Html Css Color HEX #582142 Pompadour

📋 copy color: '#582142'

red 88 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #582142

Tints of Pompadour #582142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#582142 (or 0x582142) is known color: Pompadour. HEX triplet: 58, 21 and 42. RGB value is (88,33,66). Sum of RGB (Red+Green+Blue) = 88+33+66=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #582142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582142 is #A7DEBD. Grayscale: #353535. Windows color (decimal): -11001534 or 4333912. OLE color: 4333912.

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

Color convert

RGB 88 33 66 -
CMYK 0 0.62 0.25 0.65
HSL 324º 0.45% 0.24% -
HSV(B) 324º 0.63% 0.35% -
XYZ 5.55 3.56 5.55 -
YUV 53.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 88 33 66 0 0.62 0.25 0.65 324 0.45 0.24
Hex 58 21 42 0 3E 19 41 144 2D 18
Octal 130 41 102 0 76 31 101 504 55 30
Binary 1011000 100001 1000010 0 111110 11001 1000001 101000100 101101 11000

Color Harmonies of #582142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582142

Black with #582142

Text Example


Text Example

White with #582142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582142; }

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

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

background-color css

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

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

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

border-color css

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

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

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