Html Css Color HEX #582544 Pompadour

📋 copy color: '#582544'

red 88 ◦ green 37 ◦ blue 68

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

Shades of Pompadour #582544

Tints of Pompadour #582544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 45.6%
G = 19.17%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#582544 (or 0x582544) is known color: Pompadour. HEX triplet: 58, 25 and 44. RGB value is (88,37,68). Sum of RGB (Red+Green+Blue) = 88+37+68=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582544 is #A7DABB. Grayscale: #373737. Windows color (decimal): -11000508 or 4466008. OLE color: 4466008.

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

Color convert

RGB 88 37 68 -
CMYK 0 0.58 0.23 0.65
HSL 323.53º 0.41% 0.25% -
HSV(B) 323.53º 0.58% 0.35% -
XYZ 5.73 3.82 5.9 -
YUV 55.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 88 37 68 0 0.58 0.23 0.65 323.53 0.41 0.25
Hex 58 25 44 0 3A 17 41 144 29 19
Octal 130 45 104 0 72 27 101 504 51 31
Binary 1011000 100101 1000100 0 111010 10111 1000001 101000100 101001 11001

Color Harmonies of #582544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582544

Black with #582544

Text Example


Text Example

White with #582544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582544; }

 p { color: rgb(88,37,68); }

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

background-color css

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

 a { background-color: rgb(88,37,68); }

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

border-color css

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

 span { border-color: rgb(88,37,68); }

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