Html Css Color HEX #581842 Pompadour

📋 copy color: '#581842'

red 88 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #581842

Tints of Pompadour #581842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 49.44%
G = 13.48%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581842 (or 0x581842) is known color: Pompadour. HEX triplet: 58, 18 and 42. RGB value is (88,24,66). Sum of RGB (Red+Green+Blue) = 88+24+66=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581842 is #A7E7BD. Grayscale: #2F2F2F. Windows color (decimal): -11003838 or 4331608. OLE color: 4331608.

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

Color convert

RGB 88 24 66 -
CMYK 0 0.73 0.25 0.65
HSL 320.63º 0.57% 0.22% -
HSV(B) 320.63º 0.73% 0.35% -
XYZ 5.33 3.12 5.48 -
YUV 47.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 88 24 66 0 0.73 0.25 0.65 320.63 0.57 0.22
Hex 58 18 42 0 49 19 41 141 39 16
Octal 130 30 102 0 111 31 101 501 71 26
Binary 1011000 11000 1000010 0 1001001 11001 1000001 101000001 111001 10110

Color Harmonies of #581842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581842

Black with #581842

Text Example


Text Example

White with #581842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581842; }

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

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

background-color css

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

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

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

border-color css

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

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

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