#50201E

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

Shades of Red Oxide #50201E

Tints of Red Oxide #50201E

Color information

#50201E (or 0x50201E) is unknown color: approx Red Oxide. HEX triplet: 50, 20 and 1E. RGB value is (80,32,30). Sum of RGB (Red+Green+Blue) = 80+32+30=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50201E is #AFDFE1. Grayscale: #2E2E2E. Windows color (decimal): -11526114 or 1974352. OLE color: 1974352.

HSL color Cylindrical-coordinate representation of color #50201E: hue angle of 2.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50201E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB803230-
CMYK00.600.620.69
HSL2.4º45.45%21.57%-
HSV(B)2.4º62.5%31.37%-
XYZ4.062.831.56-
YUV46.12118.9152.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=56.34%
G=22.54%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80323000.600.620.692.445.4521.57
Hex50201E03C3E4522d16
Octal12040360747610525526
Binary101000010000011110011110011111010001011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50201E; }

 p { color: rgb(80,32,30); }

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

<style>
 a { background-color: #50201E; }

 a { background-color: rgb(80,32,30); }

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

<style>
 span { border-color: #50201E; }

 span { border-color: rgb(80,32,30); }

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