#5B2134

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

Shades of Black Rose #5B2134

Tints of Black Rose #5B2134

Color information

#5B2134 (or 0x5B2134) is unknown color: approx Black Rose. HEX triplet: 5B, 21 and 34. RGB value is (91,33,52). Sum of RGB (Red+Green+Blue) = 91+33+52=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2134 is #A4DECB. Grayscale: #343434. Windows color (decimal): -10804940 or 3416411. OLE color: 3416411.

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

Color convert

RGB913352-
CMYK00.640.430.64
HSL340.34º46.77%24.31%-
HSV(B)340.34º63.74%35.69%-
XYZ5.483.563.65-
YUV52.51127.72155.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.70%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=51.70%
G=18.75%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91335200.640.430.64340.3446.7724.31
Hex5B21340402B401542f18
Octal13341640100531005245730
Binary101101110000111010001000000101011100000010101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,52); }

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

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

 a { background-color: rgb(91,33,52); }

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

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

 span { border-color: rgb(91,33,52); }

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