#731442

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

Shades of Pompadour #731442

Tints of Pompadour #731442

Color information

#731442 (or 0x731442) is unknown color: approx Pompadour. HEX triplet: 73, 14 and 42. RGB value is (115,20,66). Sum of RGB (Red+Green+Blue) = 115+20+66=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731442 is #8CEBBD. Grayscale: #353535. Windows color (decimal): -9235390 or 4330611. OLE color: 4330611.

HSL color Cylindrical-coordinate representation of color #731442: hue angle of 330.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731442 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1152066-
CMYK00.830.430.55
HSL330.95º70.37%26.47%-
HSV(B)330.95º82.61%45.1%-
XYZ8.34.545.59-
YUV53.65134.97171.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=57.21%
G=9.95%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115206600.830.430.55330.9570.3726.47
Hex7314420532B3714b461a
Octal163241020123536751310632
Binary111001110100100001001010011101011110111101001011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731442; }

 p { color: rgb(115,20,66); }

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

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

 a { background-color: rgb(115,20,66); }

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

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

 span { border-color: rgb(115,20,66); }

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