#671309

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

Shades of Red Oxide #671309

Tints of Red Oxide #671309

Color information

#671309 (or 0x671309) is unknown color: approx Red Oxide. HEX triplet: 67, 13 and 09. RGB value is (103,19,9). Sum of RGB (Red+Green+Blue) = 103+19+9=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671309 is #98ECF6. Grayscale: #2B2B2B. Windows color (decimal): -10022135 or 594791. OLE color: 594791.

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

Color convert

RGB103199-
CMYK00.820.910.60
HSL6.38º83.93%21.96%-
HSV(B)6.38º91.26%40.39%-
XYZ5.883.370.6-
YUV42.98108.83170.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.63%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=78.63%
G=14.50%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10319900.820.910.606.3883.9321.96
Hex671390525B3C65416
Octal1472311012213374612426
Binary1100111100111001010100101011011111100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671309; }

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

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

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

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

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

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

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

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