#731E42

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

Shades of Pompadour #731E42

Tints of Pompadour #731E42

Color information

#731E42 (or 0x731E42) is unknown color: approx Pompadour. HEX triplet: 73, 1E and 42. RGB value is (115,30,66). Sum of RGB (Red+Green+Blue) = 115+30+66=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E42 is #8CE1BD. Grayscale: #3B3B3B. Windows color (decimal): -9232830 or 4333171. OLE color: 4333171.

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

Color convert

RGB1153066-
CMYK00.740.430.55
HSL334.59º58.62%28.43%-
HSV(B)334.59º73.91%45.1%-
XYZ8.524.975.66-
YUV59.52131.66167.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=54.50%
G=14.22%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115306600.740.430.55334.5958.6228.43
Hex731E4204A2B3714f3b1c
Octal16336102011253675177334
Binary11100111111010000100100101010101111011110100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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