Html Css Color HEX #592A41 Pompadour

📋 copy color: '#592A41'

red 89 ◦ green 42 ◦ blue 65

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

Shades of Pompadour #592A41

Tints of Pompadour #592A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.43%

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

R = 45.41%
G = 21.43%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#592A41 (or 0x592A41) is known color: Pompadour. HEX triplet: 59, 2A and 41. RGB value is (89,42,65). Sum of RGB (Red+Green+Blue) = 89+42+65=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #592A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A41 is #A6D5BE. Grayscale: #3A3A3A. Windows color (decimal): -10933695 or 4270681. OLE color: 4270681.

HSL color Cylindrical-coordinate representation of color #592A41: hue angle of 330.64º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A41 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 65 -
CMYK 0 0.53 0.27 0.65
HSL 330.64º 0.36% 0.26% -
HSV(B) 330.64º 0.53% 0.35% -
XYZ 5.9 4.16 5.49 -
YUV 58.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 89 42 65 0 0.53 0.27 0.65 330.64 0.36 0.26
Hex 59 2A 41 0 35 1B 41 14B 24 1A
Octal 131 52 101 0 65 33 101 513 44 32
Binary 1011001 101010 1000001 0 110101 11011 1000001 101001011 100100 11010

Color Harmonies of #592A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A41

Black with #592A41

Text Example


Text Example

White with #592A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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