#51070D

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

Shades of Rustic Red #51070D

Tints of Rustic Red #51070D

Color information

#51070D (or 0x51070D) is unknown color: approx Rustic Red. HEX triplet: 51, 07 and 0D. RGB value is (81,7,13). Sum of RGB (Red+Green+Blue) = 81+7+13=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #51070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51070D is #AEF8F2. Grayscale: #1D1D1D. Windows color (decimal): -11466995 or 853841. OLE color: 853841.

HSL color Cylindrical-coordinate representation of color #51070D: hue angle of 355.14º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51070D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB81713-
CMYK00.910.840.68
HSL355.14º84.09%17.25%-
HSV(B)355.14º91.36%31.76%-
XYZ3.541.930.57-
YUV29.81118.52164.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=80.20%
G=6.93%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8171300.910.840.68355.1484.0917.25
Hex517D05B54441635411
Octal121715013312410454312421
Binary101000111111010101101110101001000100101100011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51070D; }

 p { color: rgb(81,7,13); }

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

<style>
 a { background-color: #51070D; }

 a { background-color: rgb(81,7,13); }

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

<style>
 span { border-color: #51070D; }

 span { border-color: rgb(81,7,13); }

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