Html Css Color HEX #59233B Black Rose

📋 copy color: '#59233B'

red 89 ◦ green 35 ◦ blue 59

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

Shades of Black Rose #59233B

Tints of Black Rose #59233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 48.63%
G = 19.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59233B (or 0x59233B) is known color: Black Rose. HEX triplet: 59, 23 and 3B. RGB value is (89,35,59). Sum of RGB (Red+Green+Blue) = 89+35+59=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59233B is #A6DCC4. Grayscale: #353535. Windows color (decimal): -10935493 or 3875673. OLE color: 3875673.

HSL color Cylindrical-coordinate representation of color #59233B: hue angle of 333.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59233B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 59 -
CMYK 0 0.61 0.34 0.65
HSL 333.33º 0.44% 0.24% -
HSV(B) 333.33º 0.61% 0.35% -
XYZ 5.51 3.64 4.55 -
YUV 53.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 89 35 59 0 0.61 0.34 0.65 333.33 0.44 0.24
Hex 59 23 3B 0 3D 22 41 14D 2C 18
Octal 131 43 73 0 75 42 101 515 54 30
Binary 1011001 100011 111011 0 111101 100010 1000001 101001101 101100 11000

Color Harmonies of #59233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59233B

Black with #59233B

Text Example


Text Example

White with #59233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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