#731D42

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

Shades of Pompadour #731D42

Tints of Pompadour #731D42

Color information

#731D42 (or 0x731D42) is unknown color: approx Pompadour. HEX triplet: 73, 1D and 42. RGB value is (115,29,66). Sum of RGB (Red+Green+Blue) = 115+29+66=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D42 is #8CE2BD. Grayscale: #3A3A3A. Windows color (decimal): -9233086 or 4332915. OLE color: 4332915.

HSL color Cylindrical-coordinate representation of color #731D42: hue angle of 334.19º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D42 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1152966-
CMYK00.750.430.55
HSL334.19º59.72%28.24%-
HSV(B)334.19º74.78%45.1%-
XYZ8.494.925.66-
YUV58.93131.99167.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=54.76%
G=13.81%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115296600.750.430.55334.1959.7228.24
Hex731D4204B2B3714e3c1c
Octal16335102011353675167434
Binary11100111110110000100100101110101111011110100111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D42; }

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

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

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

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

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

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

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

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