#510607

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

Shades of Rustic Red #510607

Tints of Rustic Red #510607

Color information

#510607 (or 0x510607) is unknown color: approx Rustic Red. HEX triplet: 51, 06 and 07. RGB value is (81,6,7). Sum of RGB (Red+Green+Blue) = 81+6+7=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510607 is #AEF9F8. Grayscale: #1C1C1C. Windows color (decimal): -11467257 or 460369. OLE color: 460369.

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

Color convert

RGB8167-
CMYK00.930.910.68
HSL359.2º86.21%17.06%-
HSV(B)359.2º92.59%31.76%-
XYZ3.51.890.38-
YUV28.54115.85165.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=86.17%
G=6.38%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal816700.930.910.68359.286.2117.06
Hex516705D5B441675611
Octal12167013513310454712621
Binary10100011101110101110110110111000100101100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510607; }

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

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

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

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

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

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

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

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