#4E222D

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

Shades of Black Rose #4E222D

Tints of Black Rose #4E222D

Color information

#4E222D (or 0x4E222D) is unknown color: approx Black Rose. HEX triplet: 4E, 22 and 2D. RGB value is (78,34,45). Sum of RGB (Red+Green+Blue) = 78+34+45=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222D is #B1DDD2. Grayscale: #303030. Windows color (decimal): -11656659 or 2957902. OLE color: 2957902.

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

Color convert

RGB783445-
CMYK00.560.420.69
HSL345º39.29%21.96%-
HSV(B)345º56.41%30.59%-
XYZ4.192.952.83-
YUV48.41126.08149.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=49.68%
G=21.66%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78344500.560.420.6934539.2921.96
Hex4E222D0382A451592716
Octal1164255070521055314726
Binary10011101000101011010111000101010100010110101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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