Html Css Color HEX #59283A Black Rose

📋 copy color: '#59283A'

red 89 ◦ green 40 ◦ blue 58

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

Shades of Black Rose #59283A

Tints of Black Rose #59283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 47.59%
G = 21.39%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59283A (or 0x59283A) is known color: Black Rose. HEX triplet: 59, 28 and 3A. RGB value is (89,40,58). Sum of RGB (Red+Green+Blue) = 89+40+58=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283A is #A6D7C5. Grayscale: #383838. Windows color (decimal): -10934214 or 3811417. OLE color: 3811417.

HSL color Cylindrical-coordinate representation of color #59283A: hue angle of 337.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59283A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 40 58 -
CMYK 0 0.55 0.35 0.65
HSL 337.96º 0.38% 0.25% -
HSV(B) 337.96º 0.55% 0.35% -
XYZ 5.64 3.95 4.47 -
YUV 56.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 89 40 58 0 0.55 0.35 0.65 337.96 0.38 0.25
Hex 59 28 3A 0 37 23 41 152 26 19
Octal 131 50 72 0 67 43 101 522 46 31
Binary 1011001 101000 111010 0 110111 100011 1000001 101010010 100110 11001

Color Harmonies of #59283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59283A

Black with #59283A

Text Example


Text Example

White with #59283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59283A; }

 p { color: rgb(89,40,58); }

 H1.HeaderClassName
 {
   color: #59283A;
 }
 .AnyTagClassName
 {
   color: #59283A;
 }
</style>

background-color css

<style>
 a { background-color: #59283A; }

 a { background-color: rgb(89,40,58); }

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

border-color css

<style>
 span { border-color: #59283A; }

 span { border-color: rgb(89,40,58); }

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