Html Css Color HEX #581D3A Pompadour

📋 copy color: '#581D3A'

red 88 ◦ green 29 ◦ blue 58

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

Shades of Pompadour #581D3A

Tints of Pompadour #581D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 50.29%
G = 16.57%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#581D3A (or 0x581D3A) is known color: Pompadour. HEX triplet: 58, 1D and 3A. RGB value is (88,29,58). Sum of RGB (Red+Green+Blue) = 88+29+58=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D3A is #A7E2C5. Grayscale: #313131. Windows color (decimal): -11002566 or 3808600. OLE color: 3808600.

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

Color convert

RGB 88 29 58 -
CMYK 0 0.67 0.34 0.65
HSL 330.51º 0.5% 0.23% -
HSV(B) 330.51º 0.67% 0.35% -
XYZ 5.23 3.26 4.36 -
YUV 49.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 88 29 58 0 0.67 0.34 0.65 330.51 0.5 0.23
Hex 58 1D 3A 0 43 22 41 14B 32 17
Octal 130 35 72 0 103 42 101 513 62 27
Binary 1011000 11101 111010 0 1000011 100010 1000001 101001011 110010 10111

Color Harmonies of #581D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D3A

Black with #581D3A

Text Example


Text Example

White with #581D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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