Html Css Color HEX #59222E Black Rose

📋 copy color: '#59222E'

red 89 ◦ green 34 ◦ blue 46

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

Shades of Black Rose #59222E

Tints of Black Rose #59222E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 52.66%
G = 20.12%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59222E (or 0x59222E) is known color: Black Rose. HEX triplet: 59, 22 and 2E. RGB value is (89,34,46). Sum of RGB (Red+Green+Blue) = 89+34+46=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59222E is #A6DDD1. Grayscale: #333333. Windows color (decimal): -10935762 or 3023449. OLE color: 3023449.

HSL color Cylindrical-coordinate representation of color #59222E: hue angle of 346.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59222E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 46 -
CMYK 0 0.62 0.48 0.65
HSL 346.91º 0.45% 0.24% -
HSV(B) 346.91º 0.62% 0.35% -
XYZ 5.18 3.47 2.98 -
YUV 51.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 89 34 46 0 0.62 0.48 0.65 346.91 0.45 0.24
Hex 59 22 2E 0 3E 30 41 15B 2D 18
Octal 131 42 56 0 76 60 101 533 55 30
Binary 1011001 100010 101110 0 111110 110000 1000001 101011011 101101 11000

Color Harmonies of #59222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59222E

Black with #59222E

Text Example


Text Example

White with #59222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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