Html Css Color HEX #59163D Pompadour

📋 copy color: '#59163D'

red 89 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #59163D

Tints of Pompadour #59163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 51.74%
G = 12.79%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59163D (or 0x59163D) is known color: Pompadour. HEX triplet: 59, 16 and 3D. RGB value is (89,22,61). Sum of RGB (Red+Green+Blue) = 89+22+61=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163D is #A6E9C2. Grayscale: #2E2E2E. Windows color (decimal): -10938819 or 4003417. OLE color: 4003417.

HSL color Cylindrical-coordinate representation of color #59163D: hue angle of 325.07º 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 #59163D is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 61 -
CMYK 0 0.75 0.31 0.65
HSL 325.07º 0.6% 0.22% -
HSV(B) 325.07º 0.75% 0.35% -
XYZ 5.25 3.03 4.72 -
YUV 46.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 89 22 61 0 0.75 0.31 0.65 325.07 0.6 0.22
Hex 59 16 3D 0 4B 1F 41 145 3C 16
Octal 131 26 75 0 113 37 101 505 74 26
Binary 1011001 10110 111101 0 1001011 11111 1000001 101000101 111100 10110

Color Harmonies of #59163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59163D

Black with #59163D

Text Example


Text Example

White with #59163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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