#5B172F

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

Shades of Black Rose #5B172F

Tints of Black Rose #5B172F

Color information

#5B172F (or 0x5B172F) is unknown color: approx Black Rose. HEX triplet: 5B, 17 and 2F. RGB value is (91,23,47). Sum of RGB (Red+Green+Blue) = 91+23+47=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B172F is #A4E8D0. Grayscale: #2E2E2E. Windows color (decimal): -10807505 or 3086171. OLE color: 3086171.

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

Color convert

RGB912347-
CMYK00.750.480.64
HSL338.82º59.65%22.35%-
HSV(B)338.82º74.73%35.69%-
XYZ5.133.043.01-
YUV46.07128.53160.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=56.52%
G=14.29%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91234700.750.480.64338.8259.6522.35
Hex5B172F04B30401533c16
Octal13327570113601005237426
Binary10110111011110111101001011110000100000010101001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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