#51110C

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

Shades of Red Oxide #51110C

Tints of Red Oxide #51110C

Color information

#51110C (or 0x51110C) is unknown color: approx Red Oxide. HEX triplet: 51, 11 and 0C. RGB value is (81,17,12). Sum of RGB (Red+Green+Blue) = 81+17+12=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110C is #AEEEF3. Grayscale: #232323. Windows color (decimal): -11464436 or 790865. OLE color: 790865.

HSL color Cylindrical-coordinate representation of color #51110C: hue angle of 4.35º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51110C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB811712-
CMYK00.790.850.68
HSL4.35º74.19%18.24%-
HSV(B)4.35º85.19%31.76%-
XYZ3.662.180.58-
YUV35.57114.7160.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=73.64%
G=15.45%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81171200.790.850.684.3574.1918.24
Hex5111C04F554444a12
Octal12121140117125104411222
Binary10100011000111000100111110101011000100100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51110C; }

 p { color: rgb(81,17,12); }

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

<style>
 a { background-color: #51110C; }

 a { background-color: rgb(81,17,12); }

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

<style>
 span { border-color: #51110C; }

 span { border-color: rgb(81,17,12); }

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