#581F3E

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

Shades of Pompadour #581F3E

Tints of Pompadour #581F3E

Color information

#581F3E (or 0x581F3E) is unknown color: approx Pompadour. HEX triplet: 58, 1F and 3E. RGB value is (88,31,62). Sum of RGB (Red+Green+Blue) = 88+31+62=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #581F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F3E is #A7E0C1. Grayscale: #333333. Windows color (decimal): -11002050 or 4071256. OLE color: 4071256.

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

Color convert

RGB883162-
CMYK00.650.300.65
HSL327.37º47.9%23.33%-
HSV(B)327.37º64.77%34.51%-
XYZ5.383.44.93-
YUV51.58133.88153.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=48.62%
G=17.13%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88316200.650.300.65327.3747.923.33
Hex581F3E0411E411473017
Octal13037760101361015076027
Binary1011000111111111100100000111110100000110100011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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