#51100D

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

Shades of Red Oxide #51100D

Tints of Red Oxide #51100D

Color information

#51100D (or 0x51100D) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 0D. RGB value is (81,16,13). Sum of RGB (Red+Green+Blue) = 81+16+13=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51100D is #AEEFF2. Grayscale: #232323. Windows color (decimal): -11464691 or 856145. OLE color: 856145.

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

Color convert

RGB811613-
CMYK00.800.840.68
HSL2.65º72.34%18.43%-
HSV(B)2.65º83.95%31.76%-
XYZ3.652.150.6-
YUV35.09115.53160.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=73.64%
G=14.55%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81161300.800.840.682.6572.3418.43
Hex5110D050544434812
Octal12120150120124104311022
Binary1010001100001101010100001010100100010011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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