Html Css Color HEX #592140 Pompadour

📋 copy color: '#592140'

red 89 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #592140

Tints of Pompadour #592140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 47.85%
G = 17.74%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#592140 (or 0x592140) is known color: Pompadour. HEX triplet: 59, 21 and 40. RGB value is (89,33,64). Sum of RGB (Red+Green+Blue) = 89+33+64=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592140 is #A6DEBF. Grayscale: #353535. Windows color (decimal): -10936000 or 4202841. OLE color: 4202841.

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

Color convert

RGB 89 33 64 -
CMYK 0 0.63 0.28 0.65
HSL 326.79º 0.46% 0.24% -
HSV(B) 326.79º 0.63% 0.35% -
XYZ 5.59 3.58 5.25 -
YUV 53.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 89 33 64 0 0.63 0.28 0.65 326.79 0.46 0.24
Hex 59 21 40 0 3F 1C 41 147 2E 18
Octal 131 41 100 0 77 34 101 507 56 30
Binary 1011001 100001 1000000 0 111111 11100 1000001 101000111 101110 11000

Color Harmonies of #592140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592140

Black with #592140

Text Example


Text Example

White with #592140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592140; }

 p { color: rgb(89,33,64); }

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

background-color css

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

 a { background-color: rgb(89,33,64); }

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

border-color css

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

 span { border-color: rgb(89,33,64); }

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