Html Css Color HEX #59152D Black Rose

📋 copy color: '#59152D'

red 89 ◦ green 21 ◦ blue 45

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

Shades of Black Rose #59152D

Tints of Black Rose #59152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 57.42%
G = 13.55%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59152D (or 0x59152D) is known color: Black Rose. HEX triplet: 59, 15 and 2D. RGB value is (89,21,45). Sum of RGB (Red+Green+Blue) = 89+21+45=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152D is #A6EAD2. Grayscale: #2C2C2C. Windows color (decimal): -10939091 or 2954585. OLE color: 2954585.

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

Color convert

RGB 89 21 45 -
CMYK 0 0.76 0.49 0.65
HSL 338.82º 0.62% 0.22% -
HSV(B) 338.82º 0.76% 0.35% -
XYZ 4.86 2.85 2.78 -
YUV 44.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 89 21 45 0 0.76 0.49 0.65 338.82 0.62 0.22
Hex 59 15 2D 0 4C 31 41 153 3E 16
Octal 131 25 55 0 114 61 101 523 76 26
Binary 1011001 10101 101101 0 1001100 110001 1000001 101010011 111110 10110

Color Harmonies of #59152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59152D

Black with #59152D

Text Example


Text Example

White with #59152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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