Html Css Color HEX #59193D Pompadour

📋 copy color: '#59193D'

red 89 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #59193D

Tints of Pompadour #59193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

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

R = 50.86%
G = 14.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59193D (or 0x59193D) is known color: Pompadour. HEX triplet: 59, 19 and 3D. RGB value is (89,25,61). Sum of RGB (Red+Green+Blue) = 89+25+61=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59193D is #A6E6C2. Grayscale: #303030. Windows color (decimal): -10938051 or 4004185. OLE color: 4004185.

HSL color Cylindrical-coordinate representation of color #59193D: hue angle of 326.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59193D is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 61 -
CMYK 0 0.72 0.31 0.65
HSL 326.25º 0.56% 0.22% -
HSV(B) 326.25º 0.72% 0.35% -
XYZ 5.31 3.16 4.74 -
YUV 48.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 89 25 61 0 0.72 0.31 0.65 326.25 0.56 0.22
Hex 59 19 3D 0 48 1F 41 146 38 16
Octal 131 31 75 0 110 37 101 506 70 26
Binary 1011001 11001 111101 0 1001000 11111 1000001 101000110 111000 10110

Color Harmonies of #59193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59193D

Black with #59193D

Text Example


Text Example

White with #59193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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