#4E202D

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

Shades of Black Rose #4E202D

Tints of Black Rose #4E202D

Color information

#4E202D (or 0x4E202D) is unknown color: approx Black Rose. HEX triplet: 4E, 20 and 2D. RGB value is (78,32,45). Sum of RGB (Red+Green+Blue) = 78+32+45=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202D is #B1DFD2. Grayscale: #2F2F2F. Windows color (decimal): -11657171 or 2957390. OLE color: 2957390.

HSL color Cylindrical-coordinate representation of color #4E202D: hue angle of 343.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB783245-
CMYK00.590.420.69
HSL343.04º41.82%21.57%-
HSV(B)343.04º58.97%30.59%-
XYZ4.132.842.81-
YUV47.24126.74149.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=50.32%
G=20.65%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78324500.590.420.69343.0441.8221.57
Hex4E202D03B2A451572a16
Octal1164055073521055275226
Binary10011101000001011010111011101010100010110101011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E202D; }

 p { color: rgb(78,32,45); }

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

<style>
 a { background-color: #4E202D; }

 a { background-color: rgb(78,32,45); }

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

<style>
 span { border-color: #4E202D; }

 span { border-color: rgb(78,32,45); }

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