#5E2934

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

Shades of Black Rose #5E2934

Tints of Black Rose #5E2934

Color information

#5E2934 (or 0x5E2934) is unknown color: approx Black Rose. HEX triplet: 5E, 29 and 34. RGB value is (94,41,52). Sum of RGB (Red+Green+Blue) = 94+41+52=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2934 is #A1D6CB. Grayscale: #3A3A3A. Windows color (decimal): -10606284 or 3418462. OLE color: 3418462.

HSL color Cylindrical-coordinate representation of color #5E2934: hue angle of 347.55º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2934 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB944152-
CMYK00.560.450.63
HSL347.55º39.26%26.47%-
HSV(B)347.55º56.38%36.86%-
XYZ6.034.213.74-
YUV58.1124.56153.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.27%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=50.27%
G=21.93%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94415200.560.450.63347.5539.2626.47
Hex5E29340382D3F15c271a
Octal136516407055775344732
Binary1011110101001110100011100010110111111110101110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,52); }

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

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

 a { background-color: rgb(94,41,52); }

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

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

 span { border-color: rgb(94,41,52); }

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