#51100A

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

Shades of Red Oxide #51100A

Tints of Red Oxide #51100A

Color information

#51100A (or 0x51100A) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 0A. RGB value is (81,16,10). Sum of RGB (Red+Green+Blue) = 81+16+10=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #51100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51100A is #AEEFF5. Grayscale: #222222. Windows color (decimal): -11464694 or 659537. OLE color: 659537.

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

Color convert

RGB811610-
CMYK00.800.880.68
HSL5.07º78.02%17.84%-
HSV(B)5.07º87.65%31.76%-
XYZ3.632.140.51-
YUV34.75114.03160.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=75.70%
G=14.95%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81161000.800.880.685.0778.0217.84
Hex5110A050584454e12
Octal12120120120130104511622
Binary10100011000010100101000010110001000100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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