#51090D

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

Shades of Rustic Red #51090D

Tints of Rustic Red #51090D

Color information

#51090D (or 0x51090D) is unknown color: approx Rustic Red. HEX triplet: 51, 09 and 0D. RGB value is (81,9,13). Sum of RGB (Red+Green+Blue) = 81+9+13=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #51090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51090D is #AEF6F2. Grayscale: #1F1F1F. Windows color (decimal): -11466483 or 854353. OLE color: 854353.

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

Color convert

RGB81913-
CMYK00.890.840.68
HSL356.67º80%17.65%-
HSV(B)356.67º88.89%31.76%-
XYZ3.561.970.57-
YUV30.98117.85163.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=78.64%
G=8.74%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8191300.890.840.68356.678017.65
Hex519D05954441655012
Octal1211115013112410454512022
Binary1010001100111010101100110101001000100101100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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