Html Css Color HEX #59232F Black Rose

📋 copy color: '#59232F'

red 89 ◦ green 35 ◦ blue 47

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

Shades of Black Rose #59232F

Tints of Black Rose #59232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 52.05%
G = 20.47%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59232F (or 0x59232F) is known color: Black Rose. HEX triplet: 59, 23 and 2F. RGB value is (89,35,47). Sum of RGB (Red+Green+Blue) = 89+35+47=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232F is #A6DCD0. Grayscale: #343434. Windows color (decimal): -10935505 or 3089241. OLE color: 3089241.

HSL color Cylindrical-coordinate representation of color #59232F: hue angle of 346.67º 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 #59232F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 47 -
CMYK 0 0.61 0.47 0.65
HSL 346.67º 0.44% 0.24% -
HSV(B) 346.67º 0.61% 0.35% -
XYZ 5.23 3.53 3.1 -
YUV 52.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 89 35 47 0 0.61 0.47 0.65 346.67 0.44 0.24
Hex 59 23 2F 0 3D 2F 41 15B 2C 18
Octal 131 43 57 0 75 57 101 533 54 30
Binary 1011001 100011 101111 0 111101 101111 1000001 101011011 101100 11000

Color Harmonies of #59232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59232F

Black with #59232F

Text Example


Text Example

White with #59232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59232F; }

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

 H1.HeaderClassName
 {
   color: #59232F;
 }
 .AnyTagClassName
 {
   color: #59232F;
 }
</style>

background-color css

<style>
 a { background-color: #59232F; }

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

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

border-color css

<style>
 span { border-color: #59232F; }

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

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