#74133B

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

Shades of Pompadour #74133B

Tints of Pompadour #74133B

Color information

#74133B (or 0x74133B) is unknown color: approx Pompadour. HEX triplet: 74, 13 and 3B. RGB value is (116,19,59). Sum of RGB (Red+Green+Blue) = 116+19+59=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74133B is #8BECC4. Grayscale: #343434. Windows color (decimal): -9170117 or 3871604. OLE color: 3871604.

HSL color Cylindrical-coordinate representation of color #74133B: hue angle of 335.26º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74133B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1161959-
CMYK00.840.490.55
HSL335.26º71.85%26.47%-
HSV(B)335.26º83.62%45.49%-
XYZ8.224.494.57-
YUV52.56131.64173.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=59.79%
G=9.79%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116195900.840.490.55335.2671.8526.47
Hex74133B054313714f481a
Octal16423730124616751711032
Binary11101001001111101101010100110001110111101001111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,19,59); }

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

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

 a { background-color: rgb(116,19,59); }

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

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

 span { border-color: rgb(116,19,59); }

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