Html Css Color HEX #581B3C Pompadour

📋 copy color: '#581B3C'

red 88 ◦ green 27 ◦ blue 60

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

Shades of Pompadour #581B3C

Tints of Pompadour #581B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 50.29%
G = 15.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#581B3C (or 0x581B3C) is known color: Pompadour. HEX triplet: 58, 1B and 3C. RGB value is (88,27,60). Sum of RGB (Red+Green+Blue) = 88+27+60=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B3C is #A7E4C3. Grayscale: #303030. Windows color (decimal): -11003076 or 3939160. OLE color: 3939160.

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

Color convert

RGB 88 27 60 -
CMYK 0 0.69 0.32 0.65
HSL 327.54º 0.53% 0.23% -
HSV(B) 327.54º 0.69% 0.35% -
XYZ 5.23 3.18 4.61 -
YUV 49 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 88 27 60 0 0.69 0.32 0.65 327.54 0.53 0.23
Hex 58 1B 3C 0 45 20 41 148 35 17
Octal 130 33 74 0 105 40 101 510 65 27
Binary 1011000 11011 111100 0 1000101 100000 1000001 101001000 110101 10111

Color Harmonies of #581B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B3C

Black with #581B3C

Text Example


Text Example

White with #581B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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