#601104

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

Shades of Red Oxide #601104

Tints of Red Oxide #601104

Color information

#601104 (or 0x601104) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 04. RGB value is (96,17,4). Sum of RGB (Red+Green+Blue) = 96+17+4=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #601104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601104 is #9FEEFB. Grayscale: #272727. Windows color (decimal): -10481404 or 266592. OLE color: 266592.

HSL color Cylindrical-coordinate representation of color #601104: hue angle of 8.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601104 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96174-
CMYK00.820.960.62
HSL8.48º92%19.61%-
HSV(B)8.48º95.83%37.65%-
XYZ5.052.90.41-
YUV39.14108.17168.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.05%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=82.05%
G=14.53%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617400.820.960.628.489219.61
Hex60114052603E85c14
Octal1402140122140761013424
Binary1100000100011000101001011000001111101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601104; }

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

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

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

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

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

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

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

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