Html Css Color HEX #581B3B Pompadour

📋 copy color: '#581B3B'

red 88 ◦ green 27 ◦ blue 59

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

Shades of Pompadour #581B3B

Tints of Pompadour #581B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

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

R = 50.57%
G = 15.52%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#581B3B (or 0x581B3B) is known color: Pompadour. HEX triplet: 58, 1B and 3B. RGB value is (88,27,59). Sum of RGB (Red+Green+Blue) = 88+27+59=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #581B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B3B is #A7E4C4. Grayscale: #303030. Windows color (decimal): -11003077 or 3873624. OLE color: 3873624.

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

Color convert

RGB 88 27 59 -
CMYK 0 0.69 0.33 0.65
HSL 328.52º 0.53% 0.23% -
HSV(B) 328.52º 0.69% 0.35% -
XYZ 5.21 3.17 4.48 -
YUV 48.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 88 27 59 0 0.69 0.33 0.65 328.52 0.53 0.23
Hex 58 1B 3B 0 45 21 41 149 35 17
Octal 130 33 73 0 105 41 101 511 65 27
Binary 1011000 11011 111011 0 1000101 100001 1000001 101001001 110101 10111

Color Harmonies of #581B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B3B

Black with #581B3B

Text Example


Text Example

White with #581B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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