#641709

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

Shades of Red Oxide #641709

Tints of Red Oxide #641709

Color information

#641709 (or 0x641709) is unknown color: approx Red Oxide. HEX triplet: 64, 17 and 09. RGB value is (100,23,9). Sum of RGB (Red+Green+Blue) = 100+23+9=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641709 is #9BE8F6. Grayscale: #2C2C2C. Windows color (decimal): -10217719 or 595812. OLE color: 595812.

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

Color convert

RGB100239-
CMYK00.770.910.61
HSL9.23º83.49%21.37%-
HSV(B)9.23º91%39.22%-
XYZ5.613.340.61-
YUV44.43108.01167.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.76%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=75.76%
G=17.42%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10023900.770.910.619.2383.4921.37
Hex6417904D5B3D95315
Octal14427110115133751112325
Binary11001001011110010100110110110111111011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641709; }

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

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

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

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

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

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

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

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