#74153C

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

Shades of Pompadour #74153C

Tints of Pompadour #74153C

Color information

#74153C (or 0x74153C) is unknown color: approx Pompadour. HEX triplet: 74, 15 and 3C. RGB value is (116,21,60). Sum of RGB (Red+Green+Blue) = 116+21+60=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74153C is #8BEAC3. Grayscale: #353535. Windows color (decimal): -9169604 or 3937652. OLE color: 3937652.

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

Color convert

RGB1162160-
CMYK00.820.480.55
HSL335.37º69.34%26.86%-
HSV(B)335.37º81.9%45.49%-
XYZ8.294.584.72-
YUV53.85131.47172.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=58.88%
G=10.66%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116216000.820.480.55335.3769.3426.86
Hex74153C052303714f451b
Octal16425740122606751710533
Binary11101001010111110001010010110000110111101001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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