#641101

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

Shades of Red Oxide #641101

Tints of Red Oxide #641101

Color information

#641101 (or 0x641101) is unknown color: approx Red Oxide. HEX triplet: 64, 11 and 01. RGB value is (100,17,1). Sum of RGB (Red+Green+Blue) = 100+17+1=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641101 is #9BEEFE. Grayscale: #282828. Windows color (decimal): -10219263 or 69988. OLE color: 69988.

HSL color Cylindrical-coordinate representation of color #641101: hue angle of 9.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB100171-
CMYK00.830.990.61
HSL9.7º98.02%19.8%-
HSV(B)9.7º99%39.22%-
XYZ5.463.110.34-
YUV39.99106170.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 84.75%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=84.75%
G=14.41%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10017100.830.990.619.798.0219.8
Hex64111053633Da6214
Octal1442110123143751214224
Binary11001001000110101001111000111111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641101; }

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

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

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

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

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

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

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

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