#51110B

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

Shades of Red Oxide #51110B

Tints of Red Oxide #51110B

Color information

#51110B (or 0x51110B) is unknown color: approx Red Oxide. HEX triplet: 51, 11 and 0B. RGB value is (81,17,11). Sum of RGB (Red+Green+Blue) = 81+17+11=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #51110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110B is #AEEEF4. Grayscale: #232323. Windows color (decimal): -11464437 or 725329. OLE color: 725329.

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

Color convert

RGB811711-
CMYK00.790.860.68
HSL5.14º76.09%18.04%-
HSV(B)5.14º86.42%31.76%-
XYZ3.652.170.54-
YUV35.45114.2160.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 74.31%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=74.31%
G=15.60%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81171100.790.860.685.1476.0918.04
Hex5111B04F564454c12
Octal12121130117126104511422
Binary10100011000110110100111110101101000100101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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