#4D1113

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

Shades of Rustic Red #4D1113

Tints of Rustic Red #4D1113

Color information

#4D1113 (or 0x4D1113) is unknown color: approx Rustic Red. HEX triplet: 4D, 11 and 13. RGB value is (77,17,19). Sum of RGB (Red+Green+Blue) = 77+17+19=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1113 is #B2EEEC. Grayscale: #232323. Windows color (decimal): -11726573 or 1249613. OLE color: 1249613.

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

Color convert

RGB771719-
CMYK00.780.750.70
HSL358º63.83%18.43%-
HSV(B)358º77.92%30.2%-
XYZ3.382.030.83-
YUV35.17118.88157.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.14%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=68.14%
G=15.04%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77171900.780.750.7035863.8318.43
Hex4D111304E4B461664012
Octal1152123011611310654610022
Binary100110110001100110100111010010111000110101100110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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