#641605

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

Shades of Red Oxide #641605

Tints of Red Oxide #641605

Color information

#641605 (or 0x641605) is unknown color: approx Red Oxide. HEX triplet: 64, 16 and 05. RGB value is (100,22,5). Sum of RGB (Red+Green+Blue) = 100+22+5=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #641605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641605 is #9BE9FA. Grayscale: #2B2B2B. Windows color (decimal): -10217979 or 333412. OLE color: 333412.

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

Color convert

RGB100225-
CMYK00.780.950.61
HSL10.74º90.48%20.59%-
HSV(B)10.74º95%39.22%-
XYZ5.573.290.49-
YUV43.38106.34168.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.74%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=78.74%
G=17.32%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10022500.780.950.6110.7490.4820.59
Hex6416504E5F3Db5a15
Octal1442650116137751313225
Binary1100100101101010100111010111111111011011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641605; }

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

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

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

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

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

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

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

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