#4D222E

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

Shades of Black Rose #4D222E

Tints of Black Rose #4D222E

Color information

#4D222E (or 0x4D222E) is unknown color: approx Black Rose. HEX triplet: 4D, 22 and 2E. RGB value is (77,34,46). Sum of RGB (Red+Green+Blue) = 77+34+46=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222E is #B2DDD1. Grayscale: #303030. Windows color (decimal): -11722194 or 3023437. OLE color: 3023437.

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

Color convert

RGB773446-
CMYK00.560.400.70
HSL343.26º38.74%21.76%-
HSV(B)343.26º55.84%30.2%-
XYZ4.132.922.93-
YUV48.22126.75148.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=49.04%
G=21.66%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77344600.560.400.70343.2638.7421.76
Hex4D222E03828461572716
Octal1154256070501065274726
Binary10011011000101011100111000101000100011010101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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