#5A1104

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

Shades of Red Oxide #5A1104

Tints of Red Oxide #5A1104

Color information

#5A1104 (or 0x5A1104) is unknown color: approx Red Oxide. HEX triplet: 5A, 11 and 04. RGB value is (90,17,4). Sum of RGB (Red+Green+Blue) = 90+17+4=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1104 is #A5EEFB. Grayscale: #252525. Windows color (decimal): -10874620 or 266586. OLE color: 266586.

HSL color Cylindrical-coordinate representation of color #5A1104: hue angle of 9.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A1104 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB90174-
CMYK00.810.960.65
HSL9.07º91.49%18.43%-
HSV(B)9.07º95.56%35.29%-
XYZ4.442.580.38-
YUV37.34109.18165.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.08%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=81.08%
G=15.32%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9017400.810.960.659.0791.4918.43
Hex5A114051604195b12
Octal13221401211401011113322
Binary10110101000110001010001110000010000011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,4); }

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

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

 a { background-color: rgb(90,17,4); }

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

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

 span { border-color: rgb(90,17,4); }

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