Html Css Color HEX #592A45 Pompadour

📋 copy color: '#592A45'

red 89 ◦ green 42 ◦ blue 69

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

Shades of Pompadour #592A45

Tints of Pompadour #592A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 44.5%
G = 21%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#592A45 (or 0x592A45) is known color: Pompadour. HEX triplet: 59, 2A and 45. RGB value is (89,42,69). Sum of RGB (Red+Green+Blue) = 89+42+69=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #592A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A45 is #A6D5BA. Grayscale: #3B3B3B. Windows color (decimal): -10933691 or 4532825. OLE color: 4532825.

HSL color Cylindrical-coordinate representation of color #592A45: hue angle of 325.53º 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 #592A45 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 69 -
CMYK 0 0.53 0.22 0.65
HSL 325.53º 0.36% 0.26% -
HSV(B) 325.53º 0.53% 0.35% -
XYZ 6.02 4.21 6.13 -
YUV 59.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 89 42 69 0 0.53 0.22 0.65 325.53 0.36 0.26
Hex 59 2A 45 0 35 16 41 146 24 1A
Octal 131 52 105 0 65 26 101 506 44 32
Binary 1011001 101010 1000101 0 110101 10110 1000001 101000110 100100 11010

Color Harmonies of #592A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A45

Black with #592A45

Text Example


Text Example

White with #592A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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