#510609

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

Shades of Rustic Red #510609

Tints of Rustic Red #510609

Color information

#510609 (or 0x510609) is unknown color: approx Rustic Red. HEX triplet: 51, 06 and 09. RGB value is (81,6,9). Sum of RGB (Red+Green+Blue) = 81+6+9=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510609 is #AEF9F6. Grayscale: #1C1C1C. Windows color (decimal): -11467255 or 591441. OLE color: 591441.

HSL color Cylindrical-coordinate representation of color #510609: hue angle of 357.6º 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 #510609 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB8169-
CMYK00.930.890.68
HSL357.6º86.21%17.06%-
HSV(B)357.6º92.59%31.76%-
XYZ3.511.90.44-
YUV28.77116.85165.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 84.38%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=84.38%
G=6.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal816900.930.890.68357.686.2117.06
Hex516905D59441665611
Octal121611013513110454612621
Binary101000111010010101110110110011000100101100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510609; }

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

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

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

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

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

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

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

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