#4D1114

Color #4D1114 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4D1114

Tints of Rustic Red #4D1114

Color information

#4D1114 (or 0x4D1114) is unknown color: approx Rustic Red. HEX triplet: 4D, 11 and 14. RGB value is (77,17,20). Sum of RGB (Red+Green+Blue) = 77+17+20=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1114 is #B2EEEB. Grayscale: #232323. Windows color (decimal): -11726572 or 1315149. OLE color: 1315149.

HSL color Cylindrical-coordinate representation of color #4D1114: hue angle of 357º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1114 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB771720-
CMYK00.780.740.70
HSL357º63.83%18.43%-
HSV(B)357º77.92%30.2%-
XYZ3.392.030.87-
YUV35.28119.38157.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=67.54%
G=14.91%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77172000.780.740.7035763.8318.43
Hex4D111404E4A461654012
Octal1152124011611210654510022
Binary100110110001101000100111010010101000110101100101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,20); }

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

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

 a { background-color: rgb(77,17,20); }

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

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

 span { border-color: rgb(77,17,20); }

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