#731042

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

Shades of Pompadour #731042

Tints of Pompadour #731042

Color information

#731042 (or 0x731042) is unknown color: approx Pompadour. HEX triplet: 73, 10 and 42. RGB value is (115,16,66). Sum of RGB (Red+Green+Blue) = 115+16+66=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #731042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731042 is #8CEFBD. Grayscale: #333333. Windows color (decimal): -9236414 or 4329587. OLE color: 4329587.

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

Color convert

RGB1151666-
CMYK00.860.430.55
HSL329.7º75.57%25.69%-
HSV(B)329.7º86.09%45.1%-
XYZ8.244.415.57-
YUV51.3136.3173.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=58.38%
G=8.12%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115166600.860.430.55329.775.5725.69
Hex7310420562B3714a4c1a
Octal163201020126536751211432
Binary111001110000100001001010110101011110111101001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731042; }

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

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

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

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

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

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

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

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