Html Css Color HEX #582046 Pompadour

📋 copy color: '#582046'

red 88 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #582046

Tints of Pompadour #582046

RGB

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

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

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

R = 46.32%
G = 16.84%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#582046 (or 0x582046) is known color: Pompadour. HEX triplet: 58, 20 and 46. RGB value is (88,32,70). Sum of RGB (Red+Green+Blue) = 88+32+70=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #582046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582046 is #A7DFB9. Grayscale: #343434. Windows color (decimal): -11001786 or 4595800. OLE color: 4595800.

HSL color Cylindrical-coordinate representation of color #582046: hue angle of 319.29º 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 #582046 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 70 -
CMYK 0 0.64 0.20 0.65
HSL 319.29º 0.47% 0.24% -
HSV(B) 319.29º 0.64% 0.35% -
XYZ 5.65 3.55 6.18 -
YUV 53.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 88 32 70 0 0.64 0.20 0.65 319.29 0.47 0.24
Hex 58 20 46 0 40 14 41 13F 2F 18
Octal 130 40 106 0 100 24 101 477 57 30
Binary 1011000 100000 1000110 0 1000000 10100 1000001 100111111 101111 11000

Color Harmonies of #582046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582046

Black with #582046

Text Example


Text Example

White with #582046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582046; }

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

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

background-color css

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

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

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

border-color css

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

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

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