#581B38

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

Shades of Pompadour #581B38

Tints of Pompadour #581B38

Color information

#581B38 (or 0x581B38) is unknown color: approx Pompadour. HEX triplet: 58, 1B and 38. RGB value is (88,27,56). Sum of RGB (Red+Green+Blue) = 88+27+56=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #581B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B38 is #A7E4C7. Grayscale: #303030. Windows color (decimal): -11003080 or 3677016. OLE color: 3677016.

HSL color Cylindrical-coordinate representation of color #581B38: hue angle of 331.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B38 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB882756-
CMYK00.690.360.65
HSL331.48º53.04%22.55%-
HSV(B)331.48º69.32%34.51%-
XYZ5.133.144.08-
YUV48.54132.21156.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=51.46%
G=15.79%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88275600.690.360.65331.4853.0422.55
Hex581B38045244114b3517
Octal13033700105441015136527
Binary10110001101111100001000101100100100000110100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581B38; }

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

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

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

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

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

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

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

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