Html Css Color HEX #59232E Black Rose

📋 copy color: '#59232E'

red 89 ◦ green 35 ◦ blue 46

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

Shades of Black Rose #59232E

Tints of Black Rose #59232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 52.35%
G = 20.59%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59232E (or 0x59232E) is known color: Black Rose. HEX triplet: 59, 23 and 2E. RGB value is (89,35,46). Sum of RGB (Red+Green+Blue) = 89+35+46=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232E is #A6DCD1. Grayscale: #343434. Windows color (decimal): -10935506 or 3023705. OLE color: 3023705.

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

Color convert

RGB 89 35 46 -
CMYK 0 0.61 0.48 0.65
HSL 347.78º 0.44% 0.24% -
HSV(B) 347.78º 0.61% 0.35% -
XYZ 5.21 3.52 2.99 -
YUV 52.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 89 35 46 0 0.61 0.48 0.65 347.78 0.44 0.24
Hex 59 23 2E 0 3D 30 41 15C 2C 18
Octal 131 43 56 0 75 60 101 534 54 30
Binary 1011001 100011 101110 0 111101 110000 1000001 101011100 101100 11000

Color Harmonies of #59232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59232E

Black with #59232E

Text Example


Text Example

White with #59232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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