#51140A

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

Shades of Red Oxide #51140A

Tints of Red Oxide #51140A

Color information

#51140A (or 0x51140A) is unknown color: approx Red Oxide. HEX triplet: 51, 14 and 0A. RGB value is (81,20,10). Sum of RGB (Red+Green+Blue) = 81+20+10=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51140A is #AEEBF5. Grayscale: #252525. Windows color (decimal): -11463670 or 660561. OLE color: 660561.

HSL color Cylindrical-coordinate representation of color #51140A: hue angle of 8.45º 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 #51140A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB812010-
CMYK00.750.880.68
HSL8.45º78.02%17.84%-
HSV(B)8.45º87.65%31.76%-
XYZ3.72.270.53-
YUV37.1112.71159.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=72.97%
G=18.02%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81201000.750.880.688.4578.0217.84
Hex5114A04B584484e12
Octal121241201131301041011622
Binary101000110100101001001011101100010001001000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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