Html Css Color HEX #59253F Pompadour

📋 copy color: '#59253F'

red 89 ◦ green 37 ◦ blue 63

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

Shades of Pompadour #59253F

Tints of Pompadour #59253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 63 (25% from 255) = 33.33%

R = 47.09%
G = 19.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59253F (or 0x59253F) is known color: Pompadour. HEX triplet: 59, 25 and 3F. RGB value is (89,37,63). Sum of RGB (Red+Green+Blue) = 89+37+63=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253F is #A6DAC0. Grayscale: #373737. Windows color (decimal): -10934977 or 4138329. OLE color: 4138329.

HSL color Cylindrical-coordinate representation of color #59253F: hue angle of 330º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59253F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 63 -
CMYK 0 0.58 0.29 0.65
HSL 330º 0.41% 0.25% -
HSV(B) 330º 0.58% 0.35% -
XYZ 5.68 3.81 5.14 -
YUV 55.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 89 37 63 0 0.58 0.29 0.65 330 0.41 0.25
Hex 59 25 3F 0 3A 1D 41 14A 29 19
Octal 131 45 77 0 72 35 101 512 51 31
Binary 1011001 100101 111111 0 111010 11101 1000001 101001010 101001 11001

Color Harmonies of #59253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59253F

Black with #59253F

Text Example


Text Example

White with #59253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59253F; }

 p { color: rgb(89,37,63); }

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

background-color css

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

 a { background-color: rgb(89,37,63); }

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

border-color css

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

 span { border-color: rgb(89,37,63); }

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