#731E41

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

Shades of Pompadour #731E41

Tints of Pompadour #731E41

Color information

#731E41 (or 0x731E41) is unknown color: approx Pompadour. HEX triplet: 73, 1E and 41. RGB value is (115,30,65). Sum of RGB (Red+Green+Blue) = 115+30+65=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E41 is #8CE1BE. Grayscale: #3B3B3B. Windows color (decimal): -9232831 or 4267635. OLE color: 4267635.

HSL color Cylindrical-coordinate representation of color #731E41: hue angle of 335.29º 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 #731E41 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1153065-
CMYK00.740.430.55
HSL335.29º58.62%28.43%-
HSV(B)335.29º73.91%45.1%-
XYZ8.494.965.51-
YUV59.4131.16167.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=54.76%
G=14.29%
B=30.95%

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
Decimal115306500.740.430.55335.2958.6228.43
Hex731E4104A2B3714f3b1c
Octal16336101011253675177334
Binary11100111111010000010100101010101111011110100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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