#50110A

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

Shades of Red Oxide #50110A

Tints of Red Oxide #50110A

Color information

#50110A (or 0x50110A) is unknown color: approx Red Oxide. HEX triplet: 50, 11 and 0A. RGB value is (80,17,10). Sum of RGB (Red+Green+Blue) = 80+17+10=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #50110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50110A is #AFEEF5. Grayscale: #232323. Windows color (decimal): -11529974 or 659792. OLE color: 659792.

HSL color Cylindrical-coordinate representation of color #50110A: hue angle of 6º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50110A is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB801710-
CMYK00.790.870.69
HSL77.78%17.65%-
HSV(B)87.5%31.37%-
XYZ3.562.130.51-
YUV35.04113.87160.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=74.77%
G=15.89%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80171000.790.870.69677.7817.65
Hex5011A04F574564e12
Octal12021120117127105611622
Binary10100001000110100100111110101111000101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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