Html Css Color HEX #59162E Black Rose

📋 copy color: '#59162E'

red 89 ◦ green 22 ◦ blue 46

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

Shades of Black Rose #59162E

Tints of Black Rose #59162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 56.69%
G = 14.01%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59162E (or 0x59162E) is known color: Black Rose. HEX triplet: 59, 16 and 2E. RGB value is (89,22,46). Sum of RGB (Red+Green+Blue) = 89+22+46=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162E is #A6E9D1. Grayscale: #2C2C2C. Windows color (decimal): -10938834 or 3020377. OLE color: 3020377.

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

Color convert

RGB 89 22 46 -
CMYK 0 0.75 0.48 0.65
HSL 338.51º 0.6% 0.22% -
HSV(B) 338.51º 0.75% 0.35% -
XYZ 4.9 2.89 2.89 -
YUV 44.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 89 22 46 0 0.75 0.48 0.65 338.51 0.6 0.22
Hex 59 16 2E 0 4B 30 41 153 3C 16
Octal 131 26 56 0 113 60 101 523 74 26
Binary 1011001 10110 101110 0 1001011 110000 1000001 101010011 111100 10110

Color Harmonies of #59162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59162E

Black with #59162E

Text Example


Text Example

White with #59162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59162E; }

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

 H1.HeaderClassName
 {
   color: #59162E;
 }
 .AnyTagClassName
 {
   color: #59162E;
 }
</style>

background-color css

<style>
 a { background-color: #59162E; }

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

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

border-color css

<style>
 span { border-color: #59162E; }

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

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