#5D2336

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

Shades of Black Rose #5D2336

Tints of Black Rose #5D2336

Color information

#5D2336 (or 0x5D2336) is unknown color: approx Black Rose. HEX triplet: 5D, 23 and 36. RGB value is (93,35,54). Sum of RGB (Red+Green+Blue) = 93+35+54=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2336 is #A2DCC9. Grayscale: #363636. Windows color (decimal): -10673354 or 3547997. OLE color: 3547997.

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

Color convert

RGB933554-
CMYK00.620.420.64
HSL340.34º45.31%25.1%-
HSV(B)340.34º62.37%36.47%-
XYZ5.783.83.92-
YUV54.51127.72155.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.10%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=51.10%
G=19.23%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93355400.620.420.64340.3445.3125.1
Hex5D233603E2A401542d19
Octal1354366076521005245531
Binary10111011000111101100111110101010100000010101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,54); }

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

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

 a { background-color: rgb(93,35,54); }

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

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

 span { border-color: rgb(93,35,54); }

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