#581938

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

Shades of Pompadour #581938

Tints of Pompadour #581938

Color information

#581938 (or 0x581938) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 38. RGB value is (88,25,56). Sum of RGB (Red+Green+Blue) = 88+25+56=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #581938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581938 is #A7E6C7. Grayscale: #2F2F2F. Windows color (decimal): -11003592 or 3676504. OLE color: 3676504.

HSL color Cylindrical-coordinate representation of color #581938: hue angle of 330.48º 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 #581938 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB882556-
CMYK00.720.360.65
HSL330.48º55.75%22.16%-
HSV(B)330.48º71.59%34.51%-
XYZ5.093.064.06-
YUV47.37132.87156.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=52.07%
G=14.79%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88255600.720.360.65330.4855.7522.16
Hex581938048244114a3816
Octal13031700110441015127026
Binary10110001100111100001001000100100100000110100101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581938; }

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

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

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

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

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

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

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

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