#5E2336

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

Shades of Black Rose #5E2336

Tints of Black Rose #5E2336

Color information

#5E2336 (or 0x5E2336) is unknown color: approx Black Rose. HEX triplet: 5E, 23 and 36. RGB value is (94,35,54). Sum of RGB (Red+Green+Blue) = 94+35+54=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2336 is #A1DCC9. Grayscale: #363636. Windows color (decimal): -10607818 or 3547998. OLE color: 3547998.

HSL color Cylindrical-coordinate representation of color #5E2336: hue angle of 340.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E2336 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB943554-
CMYK00.630.430.63
HSL340.68º45.74%25.29%-
HSV(B)340.68º62.77%36.86%-
XYZ5.883.853.92-
YUV54.81127.55155.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=51.37%
G=19.13%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94355400.630.430.63340.6845.7425.29
Hex5E233603F2B3F1552e19
Octal136436607753775255631
Binary1011110100011110110011111110101111111110101010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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