#5B192F

Color #5B192F Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5B192F

Tints of Black Rose #5B192F

Color information

#5B192F (or 0x5B192F) is unknown color: approx Black Rose. HEX triplet: 5B, 19 and 2F. RGB value is (91,25,47). Sum of RGB (Red+Green+Blue) = 91+25+47=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B192F is #A4E6D0. Grayscale: #2F2F2F. Windows color (decimal): -10806993 or 3086683. OLE color: 3086683.

HSL color Cylindrical-coordinate representation of color #5B192F: hue angle of 340º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B192F is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB912547-
CMYK00.730.480.64
HSL340º56.9%22.75%-
HSV(B)340º72.53%35.69%-
XYZ5.183.123.02-
YUV47.24127.87159.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.83%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=55.83%
G=15.34%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91254700.730.480.6434056.922.75
Hex5B192F04930401543917
Octal13331570111601005247127
Binary10110111100110111101001001110000100000010101010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B192F; }

 p { color: rgb(91,25,47); }

 H1.HeaderClassName
 {
   color: #5B192F;
 }
 .AnyTagClassName
 {
   color: #5B192F;
 }
</style>
background-color css

<style>
 a { background-color: #5B192F; }

 a { background-color: rgb(91,25,47); }

 div.DivClassName
 {
   background-color: #5B192F;
 }
 .BgClassName
 {
   background-color: #5B192F;
 }
</style>
border-color css

<style>
 span { border-color: #5B192F; }

 span { border-color: rgb(91,25,47); }

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