#581F3A

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

Shades of Pompadour #581F3A

Tints of Pompadour #581F3A

Color information

#581F3A (or 0x581F3A) is unknown color: approx Pompadour. HEX triplet: 58, 1F and 3A. RGB value is (88,31,58). Sum of RGB (Red+Green+Blue) = 88+31+58=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F3A is #A7E0C5. Grayscale: #333333. Windows color (decimal): -11002054 or 3809112. OLE color: 3809112.

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

Color convert

RGB883158-
CMYK00.650.340.65
HSL331.58º47.9%23.33%-
HSV(B)331.58º64.77%34.51%-
XYZ5.283.364.37-
YUV51.12131.88154.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=49.72%
G=17.51%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88315800.650.340.65331.5847.923.33
Hex581F3A041224114c3017
Octal13037720101421015146027
Binary10110001111111101001000001100010100000110100110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,31,58); }

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

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

 a { background-color: rgb(88,31,58); }

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

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

 span { border-color: rgb(88,31,58); }

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