Html Css Color HEX #592940 Pompadour

📋 copy color: '#592940'

red 89 ◦ green 41 ◦ blue 64

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

Shades of Pompadour #592940

Tints of Pompadour #592940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 45.88%
G = 21.13%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#592940 (or 0x592940) is known color: Pompadour. HEX triplet: 59, 29 and 40. RGB value is (89,41,64). Sum of RGB (Red+Green+Blue) = 89+41+64=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592940 is #A6D6BF. Grayscale: #393939. Windows color (decimal): -10933952 or 4204889. OLE color: 4204889.

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

Color convert

RGB 89 41 64 -
CMYK 0 0.54 0.28 0.65
HSL 331.25º 0.37% 0.25% -
HSV(B) 331.25º 0.54% 0.35% -
XYZ 5.84 4.08 5.33 -
YUV 57.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 89 41 64 0 0.54 0.28 0.65 331.25 0.37 0.25
Hex 59 29 40 0 36 1C 41 14B 25 19
Octal 131 51 100 0 66 34 101 513 45 31
Binary 1011001 101001 1000000 0 110110 11100 1000001 101001011 100101 11001

Color Harmonies of #592940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592940

Black with #592940

Text Example


Text Example

White with #592940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592940; }

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

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

background-color css

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

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

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

border-color css

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

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

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