#5E2936

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

Shades of Black Rose #5E2936

Tints of Black Rose #5E2936

Color information

#5E2936 (or 0x5E2936) is unknown color: approx Black Rose. HEX triplet: 5E, 29 and 36. RGB value is (94,41,54). Sum of RGB (Red+Green+Blue) = 94+41+54=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2936 is #A1D6C9. Grayscale: #3A3A3A. Windows color (decimal): -10606282 or 3549534. OLE color: 3549534.

HSL color Cylindrical-coordinate representation of color #5E2936: hue angle of 345.28º 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 #5E2936 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB944154-
CMYK00.560.430.63
HSL345.28º39.26%26.47%-
HSV(B)345.28º56.38%36.86%-
XYZ6.074.233.99-
YUV58.33125.56153.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.74%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=49.74%
G=21.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94415400.560.430.63345.2839.2626.47
Hex5E29360382B3F159271a
Octal136516607053775314732
Binary1011110101001110110011100010101111111110101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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