#4D070A

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

Shades of Rustic Red #4D070A

Tints of Rustic Red #4D070A

Color information

#4D070A (or 0x4D070A) is unknown color: approx Rustic Red. HEX triplet: 4D, 07 and 0A. RGB value is (77,7,10). Sum of RGB (Red+Green+Blue) = 77+7+10=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D070A is #B2F8F5. Grayscale: #1C1C1C. Windows color (decimal): -11729142 or 657229. OLE color: 657229.

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

Color convert

RGB77710-
CMYK00.910.870.70
HSL357.43º83.33%16.47%-
HSV(B)357.43º90.91%30.2%-
XYZ3.191.750.46-
YUV28.27117.69162.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 81.91%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=81.91%
G=7.45%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7771000.910.870.70357.4383.3316.47
Hex4D7A05B57461655310
Octal115712013312710654512320
Binary100110111110100101101110101111000110101100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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