#74162D

Color #74162D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #74162D

Tints of Claret #74162D

Color information

#74162D (or 0x74162D) is unknown color: approx Claret. HEX triplet: 74, 16 and 2D. RGB value is (116,22,45). Sum of RGB (Red+Green+Blue) = 116+22+45=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162D is #8BE9D2. Grayscale: #343434. Windows color (decimal): -9169363 or 2954868. OLE color: 2954868.

HSL color Cylindrical-coordinate representation of color #74162D: hue angle of 345.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74162D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1162245-
CMYK00.810.610.55
HSL345.32º68.12%27.06%-
HSV(B)345.32º81.03%45.49%-
XYZ7.964.482.93-
YUV52.73123.64173.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=63.39%
G=12.02%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116224500.810.610.55345.3268.1227.06
Hex74162D0513D37159441b
Octal16426550121756753110433
Binary11101001011010110101010001111101110111101011001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74162D; }

 p { color: rgb(116,22,45); }

 H1.HeaderClassName
 {
   color: #74162D;
 }
 .AnyTagClassName
 {
   color: #74162D;
 }
</style>
background-color css

<style>
 a { background-color: #74162D; }

 a { background-color: rgb(116,22,45); }

 div.DivClassName
 {
   background-color: #74162D;
 }
 .BgClassName
 {
   background-color: #74162D;
 }
</style>
border-color css

<style>
 span { border-color: #74162D; }

 span { border-color: rgb(116,22,45); }

 td.TdClassName
 {
   border-color: #74162D;
 }
 .TagClassName
 {
   border-color: #74162D;
 }
</style>