#4D0507

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

Shades of Rustic Red #4D0507

Tints of Rustic Red #4D0507

Color information

#4D0507 (or 0x4D0507) is unknown color: approx Rustic Red. HEX triplet: 4D, 05 and 07. RGB value is (77,5,7). Sum of RGB (Red+Green+Blue) = 77+5+7=89 (11% of max value = 765). Red value is 77 (30.47% from 255 or 86.52% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0507 is #B2FAF8. Grayscale: #1A1A1A. Windows color (decimal): -11729657 or 460109. OLE color: 460109.

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

Color convert

RGB7757-
CMYK00.940.910.70
HSL358.33º87.8%16.08%-
HSV(B)358.33º93.51%30.2%-
XYZ3.151.70.36-
YUV26.76116.85163.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 86.52%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=86.52%
G=5.62%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal775700.940.910.70358.3387.816.08
Hex4D5705E5B461665810
Octal11557013613310654613020
Binary10011011011110101111010110111000110101100110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,7); }

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

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

 a { background-color: rgb(77,5,7); }

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

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

 span { border-color: rgb(77,5,7); }

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