#74193C

Color #74193C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #74193C

Tints of Pompadour #74193C

Color information

#74193C (or 0x74193C) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 3C. RGB value is (116,25,60). Sum of RGB (Red+Green+Blue) = 116+25+60=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74193C is #8BE6C3. Grayscale: #383838. Windows color (decimal): -9168580 or 3938676. OLE color: 3938676.

HSL color Cylindrical-coordinate representation of color #74193C: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74193C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1162560-
CMYK00.780.480.55
HSL336.92º64.54%27.65%-
HSV(B)336.92º78.45%45.49%-
XYZ8.374.734.75-
YUV56.2130.15170.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=57.71%
G=12.44%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116256000.780.480.55336.9264.5427.65
Hex74193C04E3037151411c
Octal16431740116606752110134
Binary11101001100111110001001110110000110111101010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74193C; }

 p { color: rgb(116,25,60); }

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

<style>
 a { background-color: #74193C; }

 a { background-color: rgb(116,25,60); }

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

<style>
 span { border-color: #74193C; }

 span { border-color: rgb(116,25,60); }

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