#74144B

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

Shades of Pompadour #74144B

Tints of Pompadour #74144B

Color information

#74144B (or 0x74144B) is unknown color: approx Pompadour. HEX triplet: 74, 14 and 4B. RGB value is (116,20,75). Sum of RGB (Red+Green+Blue) = 116+20+75=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74144B is #8BEBB4. Grayscale: #363636. Windows color (decimal): -9169845 or 4920436. OLE color: 4920436.

HSL color Cylindrical-coordinate representation of color #74144B: hue angle of 325.62º 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 #74144B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1162075-
CMYK00.830.350.55
HSL325.62º70.59%26.67%-
HSV(B)325.62º82.76%45.49%-
XYZ8.724.727.11-
YUV54.97139.3171.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=54.98%
G=9.48%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116207500.830.350.55325.6270.5926.67
Hex74144B0532337146471b
Octal164241130123436750610733
Binary111010010100100101101010011100011110111101000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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