Html Css Color HEX #59253C Black Rose

📋 copy color: '#59253C'

red 89 ◦ green 37 ◦ blue 60

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

Shades of Black Rose #59253C

Tints of Black Rose #59253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 47.85%
G = 19.89%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59253C (or 0x59253C) is known color: Black Rose. HEX triplet: 59, 25 and 3C. RGB value is (89,37,60). Sum of RGB (Red+Green+Blue) = 89+37+60=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253C is #A6DAC3. Grayscale: #373737. Windows color (decimal): -10934980 or 3941721. OLE color: 3941721.

HSL color Cylindrical-coordinate representation of color #59253C: hue angle of 333.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59253C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 60 -
CMYK 0 0.58 0.33 0.65
HSL 333.46º 0.41% 0.25% -
HSV(B) 333.46º 0.58% 0.35% -
XYZ 5.6 3.77 4.71 -
YUV 55.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 89 37 60 0 0.58 0.33 0.65 333.46 0.41 0.25
Hex 59 25 3C 0 3A 21 41 14D 29 19
Octal 131 45 74 0 72 41 101 515 51 31
Binary 1011001 100101 111100 0 111010 100001 1000001 101001101 101001 11001

Color Harmonies of #59253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59253C

Black with #59253C

Text Example


Text Example

White with #59253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59253C; }

 p { color: rgb(89,37,60); }

 H1.HeaderClassName
 {
   color: #59253C;
 }
 .AnyTagClassName
 {
   color: #59253C;
 }
</style>

background-color css

<style>
 a { background-color: #59253C; }

 a { background-color: rgb(89,37,60); }

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

border-color css

<style>
 span { border-color: #59253C; }

 span { border-color: rgb(89,37,60); }

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