#4E222E

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

Shades of Black Rose #4E222E

Tints of Black Rose #4E222E

Color information

#4E222E (or 0x4E222E) is unknown color: approx Black Rose. HEX triplet: 4E, 22 and 2E. RGB value is (78,34,46). Sum of RGB (Red+Green+Blue) = 78+34+46=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222E is #B1DDD1. Grayscale: #303030. Windows color (decimal): -11656658 or 3023438. OLE color: 3023438.

HSL color Cylindrical-coordinate representation of color #4E222E: hue angle of 343.64º 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 #4E222E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB783446-
CMYK00.560.410.69
HSL343.64º39.29%21.96%-
HSV(B)343.64º56.41%30.59%-
XYZ4.212.962.93-
YUV48.52126.58149.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=49.37%
G=21.52%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78344600.560.410.69343.6439.2921.96
Hex4E222E03829451582716
Octal1164256070511055304726
Binary10011101000101011100111000101001100010110101100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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