#5B1E2F

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

Shades of Black Rose #5B1E2F

Tints of Black Rose #5B1E2F

Color information

#5B1E2F (or 0x5B1E2F) is unknown color: approx Black Rose. HEX triplet: 5B, 1E and 2F. RGB value is (91,30,47). Sum of RGB (Red+Green+Blue) = 91+30+47=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E2F is #A4E1D0. Grayscale: #323232. Windows color (decimal): -10805713 or 3087963. OLE color: 3087963.

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

Color convert

RGB913047-
CMYK00.670.480.64
HSL343.28º50.41%23.73%-
HSV(B)343.28º67.03%35.69%-
XYZ5.293.363.06-
YUV50.18126.21157.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.17%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=54.17%
G=17.86%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91304700.670.480.64343.2850.4123.73
Hex5B1E2F04330401573218
Octal13336570103601005276230
Binary10110111111010111101000011110000100000010101011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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