#4D272F

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

Shades of Black Rose #4D272F

Tints of Black Rose #4D272F

Color information

#4D272F (or 0x4D272F) is unknown color: approx Black Rose. HEX triplet: 4D, 27 and 2F. RGB value is (77,39,47). Sum of RGB (Red+Green+Blue) = 77+39+47=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272F is #B2D8D0. Grayscale: #333333. Windows color (decimal): -11720913 or 3090253. OLE color: 3090253.

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

Color convert

RGB773947-
CMYK00.490.390.70
HSL347.37º32.76%22.75%-
HSV(B)347.37º49.35%30.2%-
XYZ4.33.233.09-
YUV51.27125.59146.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.24%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=47.24%
G=23.93%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77394700.490.390.70347.3732.7622.75
Hex4D272F031274615b2117
Octal1154757061471065334127
Binary10011011001111011110110001100111100011010101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,39,47); }

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

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

 a { background-color: rgb(77,39,47); }

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

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

 span { border-color: rgb(77,39,47); }

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