#641309

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

Shades of Red Oxide #641309

Tints of Red Oxide #641309

Color information

#641309 (or 0x641309) is unknown color: approx Red Oxide. HEX triplet: 64, 13 and 09. RGB value is (100,19,9). Sum of RGB (Red+Green+Blue) = 100+19+9=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641309 is #9BECF6. Grayscale: #2A2A2A. Windows color (decimal): -10218743 or 594788. OLE color: 594788.

HSL color Cylindrical-coordinate representation of color #641309: hue angle of 6.59º 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 #641309 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB100199-
CMYK00.810.910.61
HSL6.59º83.49%21.37%-
HSV(B)6.59º91%39.22%-
XYZ5.543.190.58-
YUV42.08109.34169.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.12%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=78.12%
G=14.84%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10019900.810.910.616.5983.4921.37
Hex641390515B3D75315
Octal1442311012113375712325
Binary1100100100111001010100011011011111101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641309; }

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

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

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

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

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

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

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

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