#611001

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

Shades of Red Oxide #611001

Tints of Red Oxide #611001

Color information

#611001 (or 0x611001) is unknown color: approx Red Oxide. HEX triplet: 61, 10 and 01. RGB value is (97,16,1). Sum of RGB (Red+Green+Blue) = 97+16+1=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #611001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611001 is #9EEFFE. Grayscale: #262626. Windows color (decimal): -10416127 or 69729. OLE color: 69729.

HSL color Cylindrical-coordinate representation of color #611001: hue angle of 9.38º 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 #611001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97161-
CMYK00.840.990.62
HSL9.38º97.96%19.22%-
HSV(B)9.38º98.97%38.04%-
XYZ5.122.910.32-
YUV38.51106.84169.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.09%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=85.09%
G=14.04%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9716100.840.990.629.3897.9619.22
Hex61101054633E96213
Octal1412010124143761114223
Binary11000011000010101010011000111111101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611001; }

 p { color: rgb(97,16,1); }

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

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

 a { background-color: rgb(97,16,1); }

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

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

 span { border-color: rgb(97,16,1); }

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