Html Css Color HEX #59202F Black Rose

📋 copy color: '#59202F'

red 89 ◦ green 32 ◦ blue 47

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

Shades of Black Rose #59202F

Tints of Black Rose #59202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

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

R = 52.98%
G = 19.05%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59202F (or 0x59202F) is known color: Black Rose. HEX triplet: 59, 20 and 2F. RGB value is (89,32,47). Sum of RGB (Red+Green+Blue) = 89+32+47=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202F is #A6DFD0. Grayscale: #323232. Windows color (decimal): -10936273 or 3088473. OLE color: 3088473.

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

Color convert

RGB 89 32 47 -
CMYK 0 0.64 0.47 0.65
HSL 344.21º 0.47% 0.24% -
HSV(B) 344.21º 0.64% 0.35% -
XYZ 5.15 3.36 3.07 -
YUV 50.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 89 32 47 0 0.64 0.47 0.65 344.21 0.47 0.24
Hex 59 20 2F 0 40 2F 41 158 2F 18
Octal 131 40 57 0 100 57 101 530 57 30
Binary 1011001 100000 101111 0 1000000 101111 1000001 101011000 101111 11000

Color Harmonies of #59202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59202F

Black with #59202F

Text Example


Text Example

White with #59202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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