Html Css Color HEX #59192E Black Rose

📋 copy color: '#59192E'

red 89 ◦ green 25 ◦ blue 46

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

Shades of Black Rose #59192E

Tints of Black Rose #59192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 55.63%
G = 15.63%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59192E (or 0x59192E) is known color: Black Rose. HEX triplet: 59, 19 and 2E. RGB value is (89,25,46). Sum of RGB (Red+Green+Blue) = 89+25+46=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #59192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59192E is #A6E6D1. Grayscale: #2E2E2E. Windows color (decimal): -10938066 or 3021145. OLE color: 3021145.

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

Color convert

RGB 89 25 46 -
CMYK 0 0.72 0.48 0.65
HSL 340.31º 0.56% 0.22% -
HSV(B) 340.31º 0.72% 0.35% -
XYZ 4.96 3.02 2.91 -
YUV 46.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 89 25 46 0 0.72 0.48 0.65 340.31 0.56 0.22
Hex 59 19 2E 0 48 30 41 154 38 16
Octal 131 31 56 0 110 60 101 524 70 26
Binary 1011001 11001 101110 0 1001000 110000 1000001 101010100 111000 10110

Color Harmonies of #59192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59192E

Black with #59192E

Text Example


Text Example

White with #59192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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