#510608

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

Shades of Rustic Red #510608

Tints of Rustic Red #510608

Color information

#510608 (or 0x510608) is unknown color: approx Rustic Red. HEX triplet: 51, 06 and 08. RGB value is (81,6,8). Sum of RGB (Red+Green+Blue) = 81+6+8=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510608 is #AEF9F7. Grayscale: #1C1C1C. Windows color (decimal): -11467256 or 525905. OLE color: 525905.

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

Color convert

RGB8168-
CMYK00.930.900.68
HSL358.4º86.21%17.06%-
HSV(B)358.4º92.59%31.76%-
XYZ3.51.90.41-
YUV28.65116.35165.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 85.26%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=85.26%
G=6.32%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal816800.930.900.68358.486.2117.06
Hex516805D5A441665611
Octal121610013513210454612621
Binary101000111010000101110110110101000100101100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510608; }

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

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

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

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

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

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

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

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