#4D090E

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

Shades of Rustic Red #4D090E

Tints of Rustic Red #4D090E

Color information

#4D090E (or 0x4D090E) is unknown color: approx Rustic Red. HEX triplet: 4D, 09 and 0E. RGB value is (77,9,14). Sum of RGB (Red+Green+Blue) = 77+9+14=100 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 77 - color contains mainly: red. Hex color #4D090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D090E is #B2F6F1. Grayscale: #1D1D1D. Windows color (decimal): -11728626 or 919885. OLE color: 919885.

HSL color Cylindrical-coordinate representation of color #4D090E: hue angle of 355.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D090E is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB77914-
CMYK00.880.820.70
HSL355.59º79.07%16.86%-
HSV(B)355.59º88.31%30.2%-
XYZ3.241.80.59-
YUV29.9119.03161.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 77%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 14 (5.86% from 255) = 14%
R=77%
G=9%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7791400.880.820.70355.5979.0716.86
Hex4D9E05852461644f11
Octal1151116013012210654411721
Binary1001101100111100101100010100101000110101100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,14); }

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

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

 a { background-color: rgb(77,9,14); }

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

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

 span { border-color: rgb(77,9,14); }

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