Html Css Color HEX #581942 Pompadour

📋 copy color: '#581942'

red 88 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #581942

Tints of Pompadour #581942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 49.16%
G = 13.97%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581942 (or 0x581942) is known color: Pompadour. HEX triplet: 58, 19 and 42. RGB value is (88,25,66). Sum of RGB (Red+Green+Blue) = 88+25+66=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #581942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581942 is #A7E6BD. Grayscale: #303030. Windows color (decimal): -11003582 or 4331864. OLE color: 4331864.

HSL color Cylindrical-coordinate representation of color #581942: hue angle of 320.95º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581942 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 66 -
CMYK 0 0.72 0.25 0.65
HSL 320.95º 0.56% 0.22% -
HSV(B) 320.95º 0.72% 0.35% -
XYZ 5.36 3.16 5.48 -
YUV 48.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 88 25 66 0 0.72 0.25 0.65 320.95 0.56 0.22
Hex 58 19 42 0 48 19 41 141 38 16
Octal 130 31 102 0 110 31 101 501 70 26
Binary 1011000 11001 1000010 0 1001000 11001 1000001 101000001 111000 10110

Color Harmonies of #581942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581942

Black with #581942

Text Example


Text Example

White with #581942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581942; }

 p { color: rgb(88,25,66); }

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

background-color css

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

 a { background-color: rgb(88,25,66); }

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

border-color css

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

 span { border-color: rgb(88,25,66); }

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