Html Css Color HEX #59153D Pompadour

📋 copy color: '#59153D'

red 89 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #59153D

Tints of Pompadour #59153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 52.05%
G = 12.28%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59153D (or 0x59153D) is known color: Pompadour. HEX triplet: 59, 15 and 3D. RGB value is (89,21,61). Sum of RGB (Red+Green+Blue) = 89+21+61=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59153D is #A6EAC2. Grayscale: #2D2D2D. Windows color (decimal): -10939075 or 4003161. OLE color: 4003161.

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

Color convert

RGB 89 21 61 -
CMYK 0 0.76 0.31 0.65
HSL 324.71º 0.62% 0.22% -
HSV(B) 324.71º 0.76% 0.35% -
XYZ 5.23 3 4.72 -
YUV 45.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 89 21 61 0 0.76 0.31 0.65 324.71 0.62 0.22
Hex 59 15 3D 0 4C 1F 41 145 3E 16
Octal 131 25 75 0 114 37 101 505 76 26
Binary 1011001 10101 111101 0 1001100 11111 1000001 101000101 111110 10110

Color Harmonies of #59153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59153D

Black with #59153D

Text Example


Text Example

White with #59153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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