#500908

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

Shades of Red Oxide #500908

Tints of Red Oxide #500908

Color information

#500908 (or 0x500908) is unknown color: approx Red Oxide. HEX triplet: 50, 09 and 08. RGB value is (80,9,8). Sum of RGB (Red+Green+Blue) = 80+9+8=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #500908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500908 is #AFF6F7. Grayscale: #1E1E1E. Windows color (decimal): -11532024 or 526672. OLE color: 526672.

HSL color Cylindrical-coordinate representation of color #500908: hue angle of 0.83º 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 #500908 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB8098-
CMYK00.890.900.69
HSL0.83º81.82%17.25%-
HSV(B)0.83º90%31.37%-
XYZ3.451.920.42-
YUV30.11115.52163.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 82.47%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=82.47%
G=9.28%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal809800.890.900.690.8381.8217.25
Hex50980595A4515211
Octal12011100131132105112221
Binary10100001001100001011001101101010001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500908; }

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

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

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

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

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

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

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

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