#50140B

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

Shades of Red Oxide #50140B

Tints of Red Oxide #50140B

Color information

#50140B (or 0x50140B) is unknown color: approx Red Oxide. HEX triplet: 50, 14 and 0B. RGB value is (80,20,11). Sum of RGB (Red+Green+Blue) = 80+20+11=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50140B is #AFEBF4. Grayscale: #252525. Windows color (decimal): -11529205 or 726096. OLE color: 726096.

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

Color convert

RGB802011-
CMYK00.750.860.69
HSL7.83º75.82%17.84%-
HSV(B)7.83º86.25%31.37%-
XYZ3.622.230.56-
YUV36.91113.38158.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=72.07%
G=18.02%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80201100.750.860.697.8375.8217.84
Hex5014B04B564584c12
Octal120241301131261051011422
Binary101000010100101101001011101011010001011000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,20,11); }

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

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

 a { background-color: rgb(80,20,11); }

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

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

 span { border-color: rgb(80,20,11); }

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