#671209

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

Shades of Red Oxide #671209

Tints of Red Oxide #671209

Color information

#671209 (or 0x671209) is unknown color: approx Red Oxide. HEX triplet: 67, 12 and 09. RGB value is (103,18,9). Sum of RGB (Red+Green+Blue) = 103+18+9=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #671209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671209 is #98EDF6. Grayscale: #2A2A2A. Windows color (decimal): -10022391 or 594535. OLE color: 594535.

HSL color Cylindrical-coordinate representation of color #671209: hue angle of 5.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #671209 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB103189-
CMYK00.830.910.60
HSL5.74º83.93%21.96%-
HSV(B)5.74º91.26%40.39%-
XYZ5.863.340.59-
YUV42.39109.16171.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 79.23%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=79.23%
G=13.85%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10318900.830.910.605.7483.9321.96
Hex671290535B3C65416
Octal1472211012313374612426
Binary1100111100101001010100111011011111100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671209; }

 p { color: rgb(103,18,9); }

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

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

 a { background-color: rgb(103,18,9); }

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

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

 span { border-color: rgb(103,18,9); }

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