#51130A

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

Shades of Red Oxide #51130A

Tints of Red Oxide #51130A

Color information

#51130A (or 0x51130A) is unknown color: approx Red Oxide. HEX triplet: 51, 13 and 0A. RGB value is (81,19,10). Sum of RGB (Red+Green+Blue) = 81+19+10=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130A is #AEECF5. Grayscale: #242424. Windows color (decimal): -11463926 or 660305. OLE color: 660305.

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

Color convert

RGB811910-
CMYK00.770.880.68
HSL7.61º78.02%17.84%-
HSV(B)7.61º87.65%31.76%-
XYZ3.682.240.52-
YUV36.51113.04159.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=73.64%
G=17.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81191000.770.880.687.6178.0217.84
Hex5113A04D584484e12
Octal121231201151301041011622
Binary101000110011101001001101101100010001001000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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