#500808

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

Shades of Red Oxide #500808

Tints of Red Oxide #500808

Color information

#500808 (or 0x500808) is unknown color: approx Red Oxide. HEX triplet: 50, 08 and 08. RGB value is (80,8,8). Sum of RGB (Red+Green+Blue) = 80+8+8=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #500808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500808 is #AFF7F7. Grayscale: #1D1D1D. Windows color (decimal): -11532280 or 526416. OLE color: 526416.

HSL color Cylindrical-coordinate representation of color #500808: hue angle of 0º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500808 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB8088-
CMYK00.900.900.69
HSL81.82%17.25%-
HSV(B)90%31.37%-
XYZ3.441.90.41-
YUV29.53115.85164-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 83.33%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=83.33%
G=8.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808800.900.900.69081.8217.25
Hex508805A5A4505211
Octal12010100132132105012221
Binary10100001000100001011010101101010001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500808; }

 p { color: rgb(80,8,8); }

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

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

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

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

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

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

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