#641109

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

Shades of Red Oxide #641109

Tints of Red Oxide #641109

Color information

#641109 (or 0x641109) is unknown color: approx Red Oxide. HEX triplet: 64, 11 and 09. RGB value is (100,17,9). Sum of RGB (Red+Green+Blue) = 100+17+9=126 (16% of max value = 765). Red value is 100 (39.45% from 255 or 79.37% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 100 - color contains mainly: red. Hex color #641109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641109 is #9BEEF6. Grayscale: #292929. Windows color (decimal): -10219255 or 594276. OLE color: 594276.

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

Color convert

RGB100179-
CMYK00.830.910.61
HSL5.27º83.49%21.37%-
HSV(B)5.27º91%39.22%-
XYZ5.513.130.57-
YUV40.9110170.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 79.37%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=79.37%
G=13.49%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10017900.830.910.615.2783.4921.37
Hex641190535B3D55315
Octal1442111012313375512325
Binary1100100100011001010100111011011111101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641109; }

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

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

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

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

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

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

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

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