Html Css Color HEX #581F3A Pompadour

📋 copy color: '#581F3A'

red 88 ◦ green 31 ◦ blue 58

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

Shades of Pompadour #581F3A

Tints of Pompadour #581F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

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

R = 49.72%
G = 17.51%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#581F3A (or 0x581F3A) is known color: Pompadour. HEX triplet: 58, 1F and 3A. RGB value is (88,31,58). Sum of RGB (Red+Green+Blue) = 88+31+58=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F3A is #A7E0C5. Grayscale: #333333. Windows color (decimal): -11002054 or 3809112. OLE color: 3809112.

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

Color convert

RGB 88 31 58 -
CMYK 0 0.65 0.34 0.65
HSL 331.58º 0.48% 0.23% -
HSV(B) 331.58º 0.65% 0.35% -
XYZ 5.28 3.36 4.37 -
YUV 51.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 88 31 58 0 0.65 0.34 0.65 331.58 0.48 0.23
Hex 58 1F 3A 0 41 22 41 14C 30 17
Octal 130 37 72 0 101 42 101 514 60 27
Binary 1011000 11111 111010 0 1000001 100010 1000001 101001100 110000 10111

Color Harmonies of #581F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F3A

Black with #581F3A

Text Example


Text Example

White with #581F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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