#74144C

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

Shades of Pompadour #74144C

Tints of Pompadour #74144C

Color information

#74144C (or 0x74144C) is unknown color: approx Pompadour. HEX triplet: 74, 14 and 4C. RGB value is (116,20,76). Sum of RGB (Red+Green+Blue) = 116+20+76=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74144C is #8BEBB3. Grayscale: #363636. Windows color (decimal): -9169844 or 4985972. OLE color: 4985972.

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

Color convert

RGB1162076-
CMYK00.830.340.55
HSL325º70.59%26.67%-
HSV(B)325º82.76%45.49%-
XYZ8.764.747.29-
YUV55.09139.8171.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=54.72%
G=9.43%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116207600.830.340.5532570.5926.67
Hex74144C0532237145471b
Octal164241140123426750510733
Binary111010010100100110001010011100010110111101000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,20,76); }

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

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

 a { background-color: rgb(116,20,76); }

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

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

 span { border-color: rgb(116,20,76); }

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