#51090B

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

Shades of Rustic Red #51090B

Tints of Rustic Red #51090B

Color information

#51090B (or 0x51090B) is unknown color: approx Rustic Red. HEX triplet: 51, 09 and 0B. RGB value is (81,9,11). Sum of RGB (Red+Green+Blue) = 81+9+11=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #51090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51090B is #AEF6F4. Grayscale: #1E1E1E. Windows color (decimal): -11466485 or 723281. OLE color: 723281.

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

Color convert

RGB81911-
CMYK00.890.860.68
HSL358.33º80%17.65%-
HSV(B)358.33º88.89%31.76%-
XYZ3.551.970.51-
YUV30.76116.85163.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=80.20%
G=8.91%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8191100.890.860.68358.338017.65
Hex519B05956441665012
Octal1211113013112610454612022
Binary1010001100110110101100110101101000100101100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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