#74123B

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

Shades of Pompadour #74123B

Tints of Pompadour #74123B

Color information

#74123B (or 0x74123B) is unknown color: approx Pompadour. HEX triplet: 74, 12 and 3B. RGB value is (116,18,59). Sum of RGB (Red+Green+Blue) = 116+18+59=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74123B is #8BEDC4. Grayscale: #333333. Windows color (decimal): -9170373 or 3871348. OLE color: 3871348.

HSL color Cylindrical-coordinate representation of color #74123B: hue angle of 334.9º degrees, saturation: 0.73, 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 #74123B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1161859-
CMYK00.840.490.55
HSL334.9º73.13%26.27%-
HSV(B)334.9º84.48%45.49%-
XYZ8.214.464.57-
YUV51.98131.97173.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=60.10%
G=9.33%
B=30.57%

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
Decimal116185900.840.490.55334.973.1326.27
Hex74123B054313714f491a
Octal16422730124616751711132
Binary11101001001011101101010100110001110111101001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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