#4D222D

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

Shades of Black Rose #4D222D

Tints of Black Rose #4D222D

Color information

#4D222D (or 0x4D222D) is unknown color: approx Black Rose. HEX triplet: 4D, 22 and 2D. RGB value is (77,34,45). Sum of RGB (Red+Green+Blue) = 77+34+45=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222D is #B2DDD2. Grayscale: #303030. Windows color (decimal): -11722195 or 2957901. OLE color: 2957901.

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

Color convert

RGB773445-
CMYK00.560.420.70
HSL344.65º38.74%21.76%-
HSV(B)344.65º55.84%30.2%-
XYZ4.112.912.83-
YUV48.11126.25148.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=49.36%
G=21.79%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77344500.560.420.70344.6538.7421.76
Hex4D222D0382A461592716
Octal1154255070521065314726
Binary10011011000101011010111000101010100011010101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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