#51110A

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

Shades of Red Oxide #51110A

Tints of Red Oxide #51110A

Color information

#51110A (or 0x51110A) is unknown color: approx Red Oxide. HEX triplet: 51, 11 and 0A. RGB value is (81,17,10). Sum of RGB (Red+Green+Blue) = 81+17+10=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #51110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110A is #AEEEF5. Grayscale: #232323. Windows color (decimal): -11464438 or 659793. OLE color: 659793.

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

Color convert

RGB811710-
CMYK00.790.880.68
HSL5.92º78.02%17.84%-
HSV(B)5.92º87.65%31.76%-
XYZ3.652.170.51-
YUV35.34113.7160.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=75%
G=15.74%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81171000.790.880.685.9278.0217.84
Hex5111A04F584464e12
Octal12121120117130104611622
Binary10100011000110100100111110110001000100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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