Html Css Color HEX #581A3A Pompadour

📋 copy color: '#581A3A'

red 88 ◦ green 26 ◦ blue 58

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

Shades of Pompadour #581A3A

Tints of Pompadour #581A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 51.16%
G = 15.12%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#581A3A (or 0x581A3A) is known color: Pompadour. HEX triplet: 58, 1A and 3A. RGB value is (88,26,58). Sum of RGB (Red+Green+Blue) = 88+26+58=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #581A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A3A is #A7E5C5. Grayscale: #303030. Windows color (decimal): -11003334 or 3807832. OLE color: 3807832.

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

Color convert

RGB 88 26 58 -
CMYK 0 0.70 0.34 0.65
HSL 329.03º 0.54% 0.22% -
HSV(B) 329.03º 0.7% 0.35% -
XYZ 5.16 3.12 4.33 -
YUV 48.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 88 26 58 0 0.70 0.34 0.65 329.03 0.54 0.22
Hex 58 1A 3A 0 46 22 41 149 36 16
Octal 130 32 72 0 106 42 101 511 66 26
Binary 1011000 11010 111010 0 1000110 100010 1000001 101001001 110110 10110

Color Harmonies of #581A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A3A

Black with #581A3A

Text Example


Text Example

White with #581A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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