Html Css Color HEX #59163F Pompadour

📋 copy color: '#59163F'

red 89 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #59163F

Tints of Pompadour #59163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 51.15%
G = 12.64%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59163F (or 0x59163F) is known color: Pompadour. HEX triplet: 59, 16 and 3F. RGB value is (89,22,63). Sum of RGB (Red+Green+Blue) = 89+22+63=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163F is #A6E9C0. Grayscale: #2E2E2E. Windows color (decimal): -10938817 or 4134489. OLE color: 4134489.

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

Color convert

RGB 89 22 63 -
CMYK 0 0.75 0.29 0.65
HSL 323.28º 0.6% 0.22% -
HSV(B) 323.28º 0.75% 0.35% -
XYZ 5.3 3.06 5.01 -
YUV 46.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 89 22 63 0 0.75 0.29 0.65 323.28 0.6 0.22
Hex 59 16 3F 0 4B 1D 41 143 3C 16
Octal 131 26 77 0 113 35 101 503 74 26
Binary 1011001 10110 111111 0 1001011 11101 1000001 101000011 111100 10110

Color Harmonies of #59163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59163F

Black with #59163F

Text Example


Text Example

White with #59163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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