Html Css Color HEX #592342 Pompadour

📋 copy color: '#592342'

red 89 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #592342

Tints of Pompadour #592342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 46.84%
G = 18.42%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#592342 (or 0x592342) is known color: Pompadour. HEX triplet: 59, 23 and 42. RGB value is (89,35,66). Sum of RGB (Red+Green+Blue) = 89+35+66=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #592342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592342 is #A6DCBD. Grayscale: #363636. Windows color (decimal): -10935486 or 4334425. OLE color: 4334425.

HSL color Cylindrical-coordinate representation of color #592342: hue angle of 325.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592342 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 66 -
CMYK 0 0.61 0.26 0.65
HSL 325.56º 0.44% 0.24% -
HSV(B) 325.56º 0.61% 0.35% -
XYZ 5.7 3.72 5.57 -
YUV 54.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 89 35 66 0 0.61 0.26 0.65 325.56 0.44 0.24
Hex 59 23 42 0 3D 1A 41 146 2C 18
Octal 131 43 102 0 75 32 101 506 54 30
Binary 1011001 100011 1000010 0 111101 11010 1000001 101000110 101100 11000

Color Harmonies of #592342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592342

Black with #592342

Text Example


Text Example

White with #592342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592342; }

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

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

background-color css

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

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

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

border-color css

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

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

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