#731446

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

Shades of Pompadour #731446

Tints of Pompadour #731446

Color information

#731446 (or 0x731446) is unknown color: approx Pompadour. HEX triplet: 73, 14 and 46. RGB value is (115,20,70). Sum of RGB (Red+Green+Blue) = 115+20+70=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731446 is #8CEBB9. Grayscale: #363636. Windows color (decimal): -9235386 or 4592755. OLE color: 4592755.

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

Color convert

RGB1152070-
CMYK00.830.390.55
HSL328.42º70.37%26.47%-
HSV(B)328.42º82.61%45.1%-
XYZ8.434.596.24-
YUV54.1136.97171.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=56.10%
G=9.76%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115207000.830.390.55328.4270.3726.47
Hex7314460532737148461a
Octal163241060123476751010632
Binary111001110100100011001010011100111110111101001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731446; }

 p { color: rgb(115,20,70); }

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

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

 a { background-color: rgb(115,20,70); }

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

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

 span { border-color: rgb(115,20,70); }

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