#501310

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

Shades of Red Oxide #501310

Tints of Red Oxide #501310

Color information

#501310 (or 0x501310) is unknown color: approx Red Oxide. HEX triplet: 50, 13 and 10. RGB value is (80,19,16). Sum of RGB (Red+Green+Blue) = 80+19+16=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501310 is #AFECEF. Grayscale: #242424. Windows color (decimal): -11529456 or 1053520. OLE color: 1053520.

HSL color Cylindrical-coordinate representation of color #501310: hue angle of 2.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501310 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB801916-
CMYK00.760.800.69
HSL2.81º66.67%18.82%-
HSV(B)2.81º80%31.37%-
XYZ3.632.210.72-
YUV36.9116.21158.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=69.57%
G=16.52%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80191600.760.800.692.8166.6718.82
Hex50131004C504534313
Octal12023200114120105310323
Binary10100001001110000010011001010000100010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501310; }

 p { color: rgb(80,19,16); }

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

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

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

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

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

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

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