#731250

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

Shades of Pompadour #731250

Tints of Pompadour #731250

Color information

#731250 (or 0x731250) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 50. RGB value is (115,18,80). Sum of RGB (Red+Green+Blue) = 115+18+80=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731250 is #8CEDAF. Grayscale: #353535. Windows color (decimal): -9235888 or 5247603. OLE color: 5247603.

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

Color convert

RGB1151880-
CMYK00.840.300.55
HSL321.65º72.93%26.08%-
HSV(B)321.65º84.35%45.1%-
XYZ8.734.668.03-
YUV54.07142.64171.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=53.99%
G=8.45%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115188000.840.300.55321.6572.9326.08
Hex7312500541E37142491a
Octal163221200124366750211132
Binary11100111001010100000101010011110110111101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731250; }

 p { color: rgb(115,18,80); }

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

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

 a { background-color: rgb(115,18,80); }

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

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

 span { border-color: rgb(115,18,80); }

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