Html Css Color HEX #592540 Pompadour

📋 copy color: '#592540'

red 89 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #592540

Tints of Pompadour #592540

RGB

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

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

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

R = 46.84%
G = 19.47%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#592540 (or 0x592540) is known color: Pompadour. HEX triplet: 59, 25 and 40. RGB value is (89,37,64). Sum of RGB (Red+Green+Blue) = 89+37+64=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #592540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592540 is #A6DABF. Grayscale: #373737. Windows color (decimal): -10934976 or 4203865. OLE color: 4203865.

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

Color convert

RGB 89 37 64 -
CMYK 0 0.58 0.28 0.65
HSL 328.85º 0.41% 0.25% -
HSV(B) 328.85º 0.58% 0.35% -
XYZ 5.71 3.82 5.29 -
YUV 55.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 89 37 64 0 0.58 0.28 0.65 328.85 0.41 0.25
Hex 59 25 40 0 3A 1C 41 149 29 19
Octal 131 45 100 0 72 34 101 511 51 31
Binary 1011001 100101 1000000 0 111010 11100 1000001 101001001 101001 11001

Color Harmonies of #592540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592540

Black with #592540

Text Example


Text Example

White with #592540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592540; }

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

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

background-color css

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

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

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

border-color css

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

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

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