Html Css Color HEX #59162F Black Rose

📋 copy color: '#59162F'

red 89 ◦ green 22 ◦ blue 47

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

Shades of Black Rose #59162F

Tints of Black Rose #59162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 56.33%
G = 13.92%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59162F (or 0x59162F) is known color: Black Rose. HEX triplet: 59, 16 and 2F. RGB value is (89,22,47). Sum of RGB (Red+Green+Blue) = 89+22+47=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162F is #A6E9D0. Grayscale: #2C2C2C. Windows color (decimal): -10938833 or 3085913. OLE color: 3085913.

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

Color convert

RGB 89 22 47 -
CMYK 0 0.75 0.47 0.65
HSL 337.61º 0.6% 0.22% -
HSV(B) 337.61º 0.75% 0.35% -
XYZ 4.92 2.9 2.99 -
YUV 44.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 89 22 47 0 0.75 0.47 0.65 337.61 0.6 0.22
Hex 59 16 2F 0 4B 2F 41 152 3C 16
Octal 131 26 57 0 113 57 101 522 74 26
Binary 1011001 10110 101111 0 1001011 101111 1000001 101010010 111100 10110

Color Harmonies of #59162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59162F

Black with #59162F

Text Example


Text Example

White with #59162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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