Html Css Color HEX #59293C Black Rose

📋 copy color: '#59293C'

red 89 ◦ green 41 ◦ blue 60

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

Shades of Black Rose #59293C

Tints of Black Rose #59293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 46.84%
G = 21.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59293C (or 0x59293C) is known color: Black Rose. HEX triplet: 59, 29 and 3C. RGB value is (89,41,60). Sum of RGB (Red+Green+Blue) = 89+41+60=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293C is #A6D6C3. Grayscale: #393939. Windows color (decimal): -10933956 or 3942745. OLE color: 3942745.

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

Color convert

RGB 89 41 60 -
CMYK 0 0.54 0.33 0.65
HSL 336.25º 0.37% 0.25% -
HSV(B) 336.25º 0.54% 0.35% -
XYZ 5.73 4.04 4.75 -
YUV 57.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 89 41 60 0 0.54 0.33 0.65 336.25 0.37 0.25
Hex 59 29 3C 0 36 21 41 150 25 19
Octal 131 51 74 0 66 41 101 520 45 31
Binary 1011001 101001 111100 0 110110 100001 1000001 101010000 100101 11001

Color Harmonies of #59293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59293C

Black with #59293C

Text Example


Text Example

White with #59293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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