Html Css Color HEX #59273B Black Rose

📋 copy color: '#59273B'

red 89 ◦ green 39 ◦ blue 59

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

Shades of Black Rose #59273B

Tints of Black Rose #59273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 47.59%
G = 20.86%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59273B (or 0x59273B) is known color: Black Rose. HEX triplet: 59, 27 and 3B. RGB value is (89,39,59). Sum of RGB (Red+Green+Blue) = 89+39+59=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59273B is #A6D8C4. Grayscale: #383838. Windows color (decimal): -10934469 or 3876697. OLE color: 3876697.

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

Color convert

RGB 89 39 59 -
CMYK 0 0.56 0.34 0.65
HSL 336º 0.39% 0.25% -
HSV(B) 336º 0.56% 0.35% -
XYZ 5.63 3.89 4.59 -
YUV 56.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 89 39 59 0 0.56 0.34 0.65 336 0.39 0.25
Hex 59 27 3B 0 38 22 41 150 27 19
Octal 131 47 73 0 70 42 101 520 47 31
Binary 1011001 100111 111011 0 111000 100010 1000001 101010000 100111 11001

Color Harmonies of #59273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59273B

Black with #59273B

Text Example


Text Example

White with #59273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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