#641704

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

Shades of Red Oxide #641704

Tints of Red Oxide #641704

Color information

#641704 (or 0x641704) is unknown color: approx Red Oxide. HEX triplet: 64, 17 and 04. RGB value is (100,23,4). Sum of RGB (Red+Green+Blue) = 100+23+4=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #641704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641704 is #9BE8FB. Grayscale: #2C2C2C. Windows color (decimal): -10217724 or 268132. OLE color: 268132.

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

Color convert

RGB100234-
CMYK00.770.960.61
HSL11.88º92.31%20.39%-
HSV(B)11.88º96%39.22%-
XYZ5.583.330.46-
YUV43.86105.51168.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.74%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=78.74%
G=18.11%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10023400.770.960.6111.8892.3120.39
Hex6417404D603Dc5c14
Octal1442740115140751413424
Binary1100100101111000100110111000001111011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641704; }

 p { color: rgb(100,23,4); }

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

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

 a { background-color: rgb(100,23,4); }

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

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

 span { border-color: rgb(100,23,4); }

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