Html Css Color HEX #581A46 Pompadour

📋 copy color: '#581A46'

red 88 ◦ green 26 ◦ blue 70

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

Shades of Pompadour #581A46

Tints of Pompadour #581A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 47.83%
G = 14.13%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581A46 (or 0x581A46) is known color: Pompadour. HEX triplet: 58, 1A and 46. RGB value is (88,26,70). Sum of RGB (Red+Green+Blue) = 88+26+70=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #581A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A46 is #A7E5B9. Grayscale: #313131. Windows color (decimal): -11003322 or 4594264. OLE color: 4594264.

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

Color convert

RGB 88 26 70 -
CMYK 0 0.70 0.20 0.65
HSL 317.42º 0.54% 0.22% -
HSV(B) 317.42º 0.7% 0.35% -
XYZ 5.5 3.26 6.13 -
YUV 49.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 88 26 70 0 0.70 0.20 0.65 317.42 0.54 0.22
Hex 58 1A 46 0 46 14 41 13D 36 16
Octal 130 32 106 0 106 24 101 475 66 26
Binary 1011000 11010 1000110 0 1000110 10100 1000001 100111101 110110 10110

Color Harmonies of #581A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A46

Black with #581A46

Text Example


Text Example

White with #581A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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