Html Css Color HEX #581D3B Pompadour

📋 copy color: '#581D3B'

red 88 ◦ green 29 ◦ blue 59

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

Shades of Pompadour #581D3B

Tints of Pompadour #581D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 50%
G = 16.48%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#581D3B (or 0x581D3B) is known color: Pompadour. HEX triplet: 58, 1D and 3B. RGB value is (88,29,59). Sum of RGB (Red+Green+Blue) = 88+29+59=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D3B is #A7E2C4. Grayscale: #323232. Windows color (decimal): -11002565 or 3874136. OLE color: 3874136.

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

Color convert

RGB 88 29 59 -
CMYK 0 0.67 0.33 0.65
HSL 329.49º 0.5% 0.23% -
HSV(B) 329.49º 0.67% 0.35% -
XYZ 5.25 3.27 4.49 -
YUV 50.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 88 29 59 0 0.67 0.33 0.65 329.49 0.5 0.23
Hex 58 1D 3B 0 43 21 41 149 32 17
Octal 130 35 73 0 103 41 101 511 62 27
Binary 1011000 11101 111011 0 1000011 100001 1000001 101001001 110010 10111

Color Harmonies of #581D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D3B

Black with #581D3B

Text Example


Text Example

White with #581D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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