#51130F

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

Shades of Red Oxide #51130F

Tints of Red Oxide #51130F

Color information

#51130F (or 0x51130F) is unknown color: approx Red Oxide. HEX triplet: 51, 13 and 0F. RGB value is (81,19,15). Sum of RGB (Red+Green+Blue) = 81+19+15=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130F is #AEECF0. Grayscale: #252525. Windows color (decimal): -11463921 or 987985. OLE color: 987985.

HSL color Cylindrical-coordinate representation of color #51130F: hue angle of 3.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51130F is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB811915-
CMYK00.770.810.68
HSL3.64º68.75%18.82%-
HSV(B)3.64º81.48%31.76%-
XYZ3.712.250.69-
YUV37.08115.54159.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=70.43%
G=16.52%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81191500.770.810.683.6468.7518.82
Hex5113F04D514444513
Octal12123170115121104410523
Binary10100011001111110100110110100011000100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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