Html Css Color HEX #59293B Black Rose

📋 copy color: '#59293B'

red 89 ◦ green 41 ◦ blue 59

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

Shades of Black Rose #59293B

Tints of Black Rose #59293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 47.09%
G = 21.69%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59293B (or 0x59293B) is known color: Black Rose. HEX triplet: 59, 29 and 3B. RGB value is (89,41,59). Sum of RGB (Red+Green+Blue) = 89+41+59=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293B is #A6D6C4. Grayscale: #393939. Windows color (decimal): -10933957 or 3877209. OLE color: 3877209.

HSL color Cylindrical-coordinate representation of color #59293B: hue angle of 337.5º 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 #59293B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 59 -
CMYK 0 0.54 0.34 0.65
HSL 337.5º 0.37% 0.25% -
HSV(B) 337.5º 0.54% 0.35% -
XYZ 5.7 4.03 4.61 -
YUV 57.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 89 41 59 0 0.54 0.34 0.65 337.5 0.37 0.25
Hex 59 29 3B 0 36 22 41 152 25 19
Octal 131 51 73 0 66 42 101 522 45 31
Binary 1011001 101001 111011 0 110110 100010 1000001 101010010 100101 11001

Color Harmonies of #59293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59293B

Black with #59293B

Text Example


Text Example

White with #59293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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