#731851

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

Shades of Pompadour #731851

Tints of Pompadour #731851

Color information

#731851 (or 0x731851) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 51. RGB value is (115,24,81). Sum of RGB (Red+Green+Blue) = 115+24+81=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731851 is #8CE7AE. Grayscale: #393939. Windows color (decimal): -9234351 or 5314675. OLE color: 5314675.

HSL color Cylindrical-coordinate representation of color #731851: hue angle of 322.42º 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 #731851 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1152481-
CMYK00.790.300.55
HSL322.42º65.47%27.25%-
HSV(B)322.42º79.13%45.1%-
XYZ8.884.898.26-
YUV57.71141.15168.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=52.27%
G=10.91%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115248100.790.300.55322.4265.4727.25
Hex73185104F1E37142411b
Octal163301210117366750210133
Binary11100111100010100010100111111110110111101000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731851; }

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

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

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

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

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

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

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

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