Html Css Color HEX #581E3A Pompadour

📋 copy color: '#581E3A'

red 88 ◦ green 30 ◦ blue 58

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

Shades of Pompadour #581E3A

Tints of Pompadour #581E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 50%
G = 17.05%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#581E3A (or 0x581E3A) is known color: Pompadour. HEX triplet: 58, 1E and 3A. RGB value is (88,30,58). Sum of RGB (Red+Green+Blue) = 88+30+58=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E3A is #A7E1C5. Grayscale: #323232. Windows color (decimal): -11002310 or 3808856. OLE color: 3808856.

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

Color convert

RGB 88 30 58 -
CMYK 0 0.66 0.34 0.65
HSL 331.03º 0.49% 0.23% -
HSV(B) 331.03º 0.66% 0.35% -
XYZ 5.25 3.31 4.36 -
YUV 50.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 88 30 58 0 0.66 0.34 0.65 331.03 0.49 0.23
Hex 58 1E 3A 0 42 22 41 14B 31 17
Octal 130 36 72 0 102 42 101 513 61 27
Binary 1011000 11110 111010 0 1000010 100010 1000001 101001011 110001 10111

Color Harmonies of #581E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E3A

Black with #581E3A

Text Example


Text Example

White with #581E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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