Html Css Color HEX #582246 Pompadour

📋 copy color: '#582246'

red 88 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #582246

Tints of Pompadour #582246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 45.83%
G = 17.71%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#582246 (or 0x582246) is known color: Pompadour. HEX triplet: 58, 22 and 46. RGB value is (88,34,70). Sum of RGB (Red+Green+Blue) = 88+34+70=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582246 is #A7DDB9. Grayscale: #363636. Windows color (decimal): -11001274 or 4596312. OLE color: 4596312.

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

Color convert

RGB 88 34 70 -
CMYK 0 0.61 0.20 0.65
HSL 320º 0.44% 0.24% -
HSV(B) 320º 0.61% 0.35% -
XYZ 5.7 3.66 6.2 -
YUV 54.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 88 34 70 0 0.61 0.20 0.65 320 0.44 0.24
Hex 58 22 46 0 3D 14 41 140 2C 18
Octal 130 42 106 0 75 24 101 500 54 30
Binary 1011000 100010 1000110 0 111101 10100 1000001 101000000 101100 11000

Color Harmonies of #582246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582246

Black with #582246

Text Example


Text Example

White with #582246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582246; }

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

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

background-color css

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

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

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

border-color css

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

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

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