#641211

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

Shades of Red Oxide #641211

Tints of Red Oxide #641211

Color information

#641211 (or 0x641211) is unknown color: approx Red Oxide. HEX triplet: 64, 12 and 11. RGB value is (100,18,17). Sum of RGB (Red+Green+Blue) = 100+18+17=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #641211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641211 is #9BEDEE. Grayscale: #2A2A2A. Windows color (decimal): -10218991 or 1118820. OLE color: 1118820.

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

Color convert

RGB1001817-
CMYK00.820.830.61
HSL0.72º70.94%22.94%-
HSV(B)0.72º83%39.22%-
XYZ5.573.180.85-
YUV42.4113.67169.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 74.07%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=74.07%
G=13.33%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100181700.820.830.610.7270.9422.94
Hex641211052533D14717
Octal1442221012212375110727
Binary110010010010100010101001010100111111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641211; }

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

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

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

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

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

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

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

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