Html Css Color HEX #591A31 Black Rose

📋 copy color: '#591A31'

red 89 ◦ green 26 ◦ blue 49

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

Shades of Black Rose #591A31

Tints of Black Rose #591A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 54.27%
G = 15.85%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#591A31 (or 0x591A31) is known color: Black Rose. HEX triplet: 59, 1A and 31. RGB value is (89,26,49). Sum of RGB (Red+Green+Blue) = 89+26+49=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #591A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A31 is #A6E5CE. Grayscale: #2F2F2F. Windows color (decimal): -10937807 or 3218009. OLE color: 3218009.

HSL color Cylindrical-coordinate representation of color #591A31: hue angle of 338.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A31 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 26 49 -
CMYK 0 0.71 0.45 0.65
HSL 338.1º 0.55% 0.23% -
HSV(B) 338.1º 0.71% 0.35% -
XYZ 5.04 3.08 3.24 -
YUV 47.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 89 26 49 0 0.71 0.45 0.65 338.1 0.55 0.23
Hex 59 1A 31 0 47 2D 41 152 37 17
Octal 131 32 61 0 107 55 101 522 67 27
Binary 1011001 11010 110001 0 1000111 101101 1000001 101010010 110111 10111

Color Harmonies of #591A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A31

Black with #591A31

Text Example


Text Example

White with #591A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A31; }

 p { color: rgb(89,26,49); }

 H1.HeaderClassName
 {
   color: #591A31;
 }
 .AnyTagClassName
 {
   color: #591A31;
 }
</style>

background-color css

<style>
 a { background-color: #591A31; }

 a { background-color: rgb(89,26,49); }

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

border-color css

<style>
 span { border-color: #591A31; }

 span { border-color: rgb(89,26,49); }

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