Html Css Color HEX #59212F Black Rose

📋 copy color: '#59212F'

red 89 ◦ green 33 ◦ blue 47

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

Shades of Black Rose #59212F

Tints of Black Rose #59212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

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

R = 52.66%
G = 19.53%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59212F (or 0x59212F) is known color: Black Rose. HEX triplet: 59, 21 and 2F. RGB value is (89,33,47). Sum of RGB (Red+Green+Blue) = 89+33+47=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59212F is #A6DED0. Grayscale: #333333. Windows color (decimal): -10936017 or 3088729. OLE color: 3088729.

HSL color Cylindrical-coordinate representation of color #59212F: hue angle of 345º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59212F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 33 47 -
CMYK 0 0.63 0.47 0.65
HSL 345º 0.46% 0.24% -
HSV(B) 345º 0.63% 0.35% -
XYZ 5.18 3.42 3.08 -
YUV 51.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 89 33 47 0 0.63 0.47 0.65 345 0.46 0.24
Hex 59 21 2F 0 3F 2F 41 159 2E 18
Octal 131 41 57 0 77 57 101 531 56 30
Binary 1011001 100001 101111 0 111111 101111 1000001 101011001 101110 11000

Color Harmonies of #59212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59212F

Black with #59212F

Text Example


Text Example

White with #59212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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