#5D2133

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

Shades of Black Rose #5D2133

Tints of Black Rose #5D2133

Color information

#5D2133 (or 0x5D2133) is unknown color: approx Black Rose. HEX triplet: 5D, 21 and 33. RGB value is (93,33,51). Sum of RGB (Red+Green+Blue) = 93+33+51=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2133 is #A2DECC. Grayscale: #343434. Windows color (decimal): -10673869 or 3350877. OLE color: 3350877.

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

Color convert

RGB933351-
CMYK00.650.450.64
HSL342º47.62%24.71%-
HSV(B)342º64.52%36.47%-
XYZ5.663.653.54-
YUV52.99126.88156.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.54%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=52.54%
G=18.64%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93335100.650.450.6434247.6224.71
Hex5D21330412D401563019
Octal13541630101551005266031
Binary101110110000111001101000001101101100000010101011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,51); }

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

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

 a { background-color: rgb(93,33,51); }

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

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

 span { border-color: rgb(93,33,51); }

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