#5E2133

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

Shades of Black Rose #5E2133

Tints of Black Rose #5E2133

Color information

#5E2133 (or 0x5E2133) is unknown color: approx Black Rose. HEX triplet: 5E, 21 and 33. RGB value is (94,33,51). Sum of RGB (Red+Green+Blue) = 94+33+51=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2133 is #A1DECC. Grayscale: #353535. Windows color (decimal): -10608333 or 3350878. OLE color: 3350878.

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

Color convert

RGB943351-
CMYK00.650.460.63
HSL342.3º48.03%24.9%-
HSV(B)342.3º64.89%36.86%-
XYZ5.763.713.54-
YUV53.29126.71157.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=52.81%
G=18.54%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94335100.650.460.63342.348.0324.9
Hex5E21330412E3F1563019
Octal1364163010156775266031
Binary10111101000011100110100000110111011111110101011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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