#731855

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

Shades of Pompadour #731855

Tints of Pompadour #731855

Color information

#731855 (or 0x731855) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 55. RGB value is (115,24,85). Sum of RGB (Red+Green+Blue) = 115+24+85=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #731855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731855 is #8CE7AA. Grayscale: #3A3A3A. Windows color (decimal): -9234347 or 5576819. OLE color: 5576819.

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

Color convert

RGB1152485-
CMYK00.790.260.55
HSL319.78º65.47%27.25%-
HSV(B)319.78º79.13%45.1%-
XYZ9.044.959.07-
YUV58.16143.15168.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=51.34%
G=10.71%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115248500.790.260.55319.7865.4727.25
Hex73185504F1A37140411b
Octal163301250117326750010133
Binary11100111100010101010100111111010110111101000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731855; }

 p { color: rgb(115,24,85); }

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

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

 a { background-color: rgb(115,24,85); }

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

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

 span { border-color: rgb(115,24,85); }

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