Html Css Color HEX #592041 Pompadour

📋 copy color: '#592041'

red 89 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #592041

Tints of Pompadour #592041

RGB

 RED value IS 89 (35.16% from 255) = 47.85%

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 47.85%
G = 17.2%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#592041 (or 0x592041) is known color: Pompadour. HEX triplet: 59, 20 and 41. RGB value is (89,32,65). Sum of RGB (Red+Green+Blue) = 89+32+65=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592041 is #A6DFBE. Grayscale: #343434. Windows color (decimal): -10936255 or 4268121. OLE color: 4268121.

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

Color convert

RGB 89 32 65 -
CMYK 0 0.64 0.27 0.65
HSL 325.26º 0.47% 0.24% -
HSV(B) 325.26º 0.64% 0.35% -
XYZ 5.59 3.54 5.39 -
YUV 52.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 89 32 65 0 0.64 0.27 0.65 325.26 0.47 0.24
Hex 59 20 41 0 40 1B 41 145 2F 18
Octal 131 40 101 0 100 33 101 505 57 30
Binary 1011001 100000 1000001 0 1000000 11011 1000001 101000101 101111 11000

Color Harmonies of #592041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592041

Black with #592041

Text Example


Text Example

White with #592041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592041; }

 p { color: rgb(89,32,65); }

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

background-color css

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

 a { background-color: rgb(89,32,65); }

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

border-color css

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

 span { border-color: rgb(89,32,65); }

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