#5B1733

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

Shades of Black Rose #5B1733

Tints of Black Rose #5B1733

Color information

#5B1733 (or 0x5B1733) is unknown color: approx Black Rose. HEX triplet: 5B, 17 and 33. RGB value is (91,23,51). Sum of RGB (Red+Green+Blue) = 91+23+51=165 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.15% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1733 is #A4E8CC. Grayscale: #2E2E2E. Windows color (decimal): -10807501 or 3348315. OLE color: 3348315.

HSL color Cylindrical-coordinate representation of color #5B1733: hue angle of 335.29º 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 #5B1733 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB912351-
CMYK00.750.440.64
HSL335.29º59.65%22.35%-
HSV(B)335.29º74.73%35.69%-
XYZ5.223.083.45-
YUV46.52130.53159.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.15%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=55.15%
G=13.94%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91235100.750.440.64335.2959.6522.35
Hex5B173304B2C4014f3c16
Octal13327630113541005177426
Binary10110111011111001101001011101100100000010100111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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