Html Css Color HEX #59202E Black Rose

📋 copy color: '#59202E'

red 89 ◦ green 32 ◦ blue 46

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

Shades of Black Rose #59202E

Tints of Black Rose #59202E

RGB

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

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

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

R = 53.29%
G = 19.16%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59202E (or 0x59202E) is known color: Black Rose. HEX triplet: 59, 20 and 2E. RGB value is (89,32,46). Sum of RGB (Red+Green+Blue) = 89+32+46=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202E is #A6DFD1. Grayscale: #323232. Windows color (decimal): -10936274 or 3022937. OLE color: 3022937.

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

Color convert

RGB 89 32 46 -
CMYK 0 0.64 0.48 0.65
HSL 345.26º 0.47% 0.24% -
HSV(B) 345.26º 0.64% 0.35% -
XYZ 5.13 3.35 2.96 -
YUV 50.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 89 32 46 0 0.64 0.48 0.65 345.26 0.47 0.24
Hex 59 20 2E 0 40 30 41 159 2F 18
Octal 131 40 56 0 100 60 101 531 57 30
Binary 1011001 100000 101110 0 1000000 110000 1000001 101011001 101111 11000

Color Harmonies of #59202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59202E

Black with #59202E

Text Example


Text Example

White with #59202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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