Html Css Color HEX #592942 Pompadour

📋 copy color: '#592942'

red 89 ◦ green 41 ◦ blue 66

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

Shades of Pompadour #592942

Tints of Pompadour #592942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 45.41%
G = 20.92%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#592942 (or 0x592942) is known color: Pompadour. HEX triplet: 59, 29 and 42. RGB value is (89,41,66). Sum of RGB (Red+Green+Blue) = 89+41+66=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #592942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592942 is #A6D6BD. Grayscale: #3A3A3A. Windows color (decimal): -10933950 or 4335961. OLE color: 4335961.

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

Color convert

RGB 89 41 66 -
CMYK 0 0.54 0.26 0.65
HSL 328.75º 0.37% 0.25% -
HSV(B) 328.75º 0.54% 0.35% -
XYZ 5.9 4.1 5.64 -
YUV 58.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 89 41 66 0 0.54 0.26 0.65 328.75 0.37 0.25
Hex 59 29 42 0 36 1A 41 149 25 19
Octal 131 51 102 0 66 32 101 511 45 31
Binary 1011001 101001 1000010 0 110110 11010 1000001 101001001 100101 11001

Color Harmonies of #592942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592942

Black with #592942

Text Example


Text Example

White with #592942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592942; }

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

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

background-color css

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

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

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

border-color css

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

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

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