Html Css Color HEX #582042 Pompadour

📋 copy color: '#582042'

red 88 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #582042

Tints of Pompadour #582042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 47.31%
G = 17.2%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#582042 (or 0x582042) is known color: Pompadour. HEX triplet: 58, 20 and 42. RGB value is (88,32,66). Sum of RGB (Red+Green+Blue) = 88+32+66=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582042 is #A7DFBD. Grayscale: #343434. Windows color (decimal): -11001790 or 4333656. OLE color: 4333656.

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

Color convert

RGB 88 32 66 -
CMYK 0 0.64 0.25 0.65
HSL 323.57º 0.47% 0.24% -
HSV(B) 323.57º 0.64% 0.35% -
XYZ 5.52 3.5 5.54 -
YUV 52.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 88 32 66 0 0.64 0.25 0.65 323.57 0.47 0.24
Hex 58 20 42 0 40 19 41 144 2F 18
Octal 130 40 102 0 100 31 101 504 57 30
Binary 1011000 100000 1000010 0 1000000 11001 1000001 101000100 101111 11000

Color Harmonies of #582042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582042

Black with #582042

Text Example


Text Example

White with #582042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582042; }

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

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

background-color css

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

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

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

border-color css

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

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

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