#641205

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

Shades of Red Oxide #641205

Tints of Red Oxide #641205

Color information

#641205 (or 0x641205) is unknown color: approx Red Oxide. HEX triplet: 64, 12 and 05. RGB value is (100,18,5). Sum of RGB (Red+Green+Blue) = 100+18+5=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #641205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641205 is #9BEDFA. Grayscale: #292929. Windows color (decimal): -10219003 or 332388. OLE color: 332388.

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

Color convert

RGB100185-
CMYK00.820.950.61
HSL8.21º90.48%20.59%-
HSV(B)8.21º95%39.22%-
XYZ5.53.150.46-
YUV41.04107.67170.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 81.30%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=81.30%
G=14.63%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10018500.820.950.618.2190.4820.59
Hex641250525F3D85a15
Octal1442250122137751013225
Binary1100100100101010101001010111111111011000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641205; }

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

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

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

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

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

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

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

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