#581945

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

Shades of Pompadour #581945

Tints of Pompadour #581945

Color information

#581945 (or 0x581945) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 45. RGB value is (88,25,69). Sum of RGB (Red+Green+Blue) = 88+25+69=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #581945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581945 is #A7E6BA. Grayscale: #303030. Windows color (decimal): -11003579 or 4528472. OLE color: 4528472.

HSL color Cylindrical-coordinate representation of color #581945: hue angle of 318.1º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581945 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB882569-
CMYK00.720.220.65
HSL318.1º55.75%22.16%-
HSV(B)318.1º71.59%34.51%-
XYZ5.453.25.96-
YUV48.85139.37155.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=48.35%
G=13.74%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88256900.720.220.65318.155.7522.16
Hex581945048164113e3816
Octal130311050110261014767026
Binary10110001100110001010100100010110100000110011111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581945; }

 p { color: rgb(88,25,69); }

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

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

 a { background-color: rgb(88,25,69); }

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

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

 span { border-color: rgb(88,25,69); }

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