#641600

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

Shades of Red Oxide #641600

Tints of Red Oxide #641600

Color information

#641600 (or 0x641600) is unknown color: approx Red Oxide. HEX triplet: 64, 16 and 00. RGB value is (100,22,0). Sum of RGB (Red+Green+Blue) = 100+22+0=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #641600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641600 is #9BE9FF. Grayscale: #2A2A2A. Windows color (decimal): -10217984 or 5732. OLE color: 5732.

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

Color convert

RGB100220-
CMYK00.7810.61
HSL13.2º100%19.61%-
HSV(B)13.2º100%39.22%-
XYZ5.543.280.34-
YUV42.81103.84168.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 81.97%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.97%
G=18.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10022000.7810.6113.210019.61
Hex6416004E643Dd6414
Octal1442600116144751514424
Binary11001001011000100111011001001111011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641600; }

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

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

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

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

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

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

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

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