#4C272F

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

Shades of Black Rose #4C272F

Tints of Black Rose #4C272F

Color information

#4C272F (or 0x4C272F) is unknown color: approx Black Rose. HEX triplet: 4C, 27 and 2F. RGB value is (76,39,47). Sum of RGB (Red+Green+Blue) = 76+39+47=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272F is #B3D8D0. Grayscale: #323232. Windows color (decimal): -11786449 or 3090252. OLE color: 3090252.

HSL color Cylindrical-coordinate representation of color #4C272F: hue angle of 347.03º degrees, saturation: 0.32, 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 #4C272F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB763947-
CMYK00.490.380.70
HSL347.03º32.17%22.55%-
HSV(B)347.03º48.68%29.8%-
XYZ4.223.193.08-
YUV50.97125.76145.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=46.91%
G=24.07%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76394700.490.380.70347.0332.1722.55
Hex4C272F031264615b2017
Octal1144757061461065334027
Binary10011001001111011110110001100110100011010101101110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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