#601101

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

Shades of Red Oxide #601101

Tints of Red Oxide #601101

Color information

#601101 (or 0x601101) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 01. RGB value is (96,17,1). Sum of RGB (Red+Green+Blue) = 96+17+1=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #601101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601101 is #9FEEFE. Grayscale: #262626. Windows color (decimal): -10481407 or 69984. OLE color: 69984.

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

Color convert

RGB96171-
CMYK00.820.990.62
HSL10.11º97.94%19.02%-
HSV(B)10.11º98.96%37.65%-
XYZ5.032.890.32-
YUV38.8106.67168.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.21%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=84.21%
G=14.91%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617100.820.990.6210.1197.9419.02
Hex60111052633Ea6213
Octal1402110122143761214223
Binary11000001000110101001011000111111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601101; }

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

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

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

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

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

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

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

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