#5A1310

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

Shades of Red Oxide #5A1310

Tints of Red Oxide #5A1310

Color information

#5A1310 (or 0x5A1310) is unknown color: approx Red Oxide. HEX triplet: 5A, 13 and 10. RGB value is (90,19,16). Sum of RGB (Red+Green+Blue) = 90+19+16=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1310 is #A5ECEF. Grayscale: #272727. Windows color (decimal): -10874096 or 1053530. OLE color: 1053530.

HSL color Cylindrical-coordinate representation of color #5A1310: hue angle of 2.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1310 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB901916-
CMYK00.790.820.65
HSL2.43º69.81%20.78%-
HSV(B)2.43º82.22%35.29%-
XYZ4.542.680.77-
YUV39.89114.52163.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=72%
G=15.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90191600.790.820.652.4369.8120.78
Hex5A131004F524124615
Octal13223200117122101210625
Binary10110101001110000010011111010010100000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1310; }

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

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

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

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

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

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

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

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