Html Css Color HEX #581E3B Pompadour

📋 copy color: '#581E3B'

red 88 ◦ green 30 ◦ blue 59

#581E3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #581E3B

Tints of Pompadour #581E3B

RGB

 RED value IS 88 (34.77% from 255) = 49.72%

 GREEN value IS 30 (12.11% from 255) = 16.95%

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 49.72%
G = 16.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#581E3B (or 0x581E3B) is known color: Pompadour. HEX triplet: 58, 1E and 3B. RGB value is (88,30,59). Sum of RGB (Red+Green+Blue) = 88+30+59=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E3B is #A7E1C4. Grayscale: #323232. Windows color (decimal): -11002309 or 3874392. OLE color: 3874392.

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

Color convert

RGB 88 30 59 -
CMYK 0 0.66 0.33 0.65
HSL 330º 0.49% 0.23% -
HSV(B) 330º 0.66% 0.35% -
XYZ 5.28 3.32 4.5 -
YUV 50.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 88 30 59 0 0.66 0.33 0.65 330 0.49 0.23
Hex 58 1E 3B 0 42 21 41 14A 31 17
Octal 130 36 73 0 102 41 101 512 61 27
Binary 1011000 11110 111011 0 1000010 100001 1000001 101001010 110001 10111

Color Harmonies of #581E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E3B

Black with #581E3B

Text Example


Text Example

White with #581E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,59); }

 H1.HeaderClassName
 {
   color: #581E3B;
 }
 .AnyTagClassName
 {
   color: #581E3B;
 }
</style>

background-color css

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

 a { background-color: rgb(88,30,59); }

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

border-color css

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

 span { border-color: rgb(88,30,59); }

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