#731243

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

Shades of Pompadour #731243

Tints of Pompadour #731243

Color information

#731243 (or 0x731243) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 43. RGB value is (115,18,67). Sum of RGB (Red+Green+Blue) = 115+18+67=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #731243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731243 is #8CEDBC. Grayscale: #343434. Windows color (decimal): -9235901 or 4395635. OLE color: 4395635.

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

Color convert

RGB1151867-
CMYK00.840.420.55
HSL329.69º72.93%26.08%-
HSV(B)329.69º84.35%45.1%-
XYZ8.34.485.74-
YUV52.59136.14172.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=57.5%
G=9%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115186700.840.420.55329.6972.9326.08
Hex7312430542A3714a491a
Octal163221030124526751211132
Binary111001110010100001101010100101010110111101001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731243; }

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

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

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

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

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

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

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

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