#671411

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

Shades of Red Oxide #671411

Tints of Red Oxide #671411

Color information

#671411 (or 0x671411) is unknown color: approx Red Oxide. HEX triplet: 67, 14 and 11. RGB value is (103,20,17). Sum of RGB (Red+Green+Blue) = 103+20+17=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671411 is #98EBEE. Grayscale: #2C2C2C. Windows color (decimal): -10021871 or 1119335. OLE color: 1119335.

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

Color convert

RGB1032017-
CMYK00.810.830.60
HSL2.09º71.67%23.53%-
HSV(B)2.09º83.5%40.39%-
XYZ5.943.420.88-
YUV44.47112.5169.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.57%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=73.57%
G=14.29%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103201700.810.830.602.0971.6723.53
Hex671411051533C24818
Octal1472421012112374211030
Binary1100111101001000101010001101001111110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671411; }

 p { color: rgb(103,20,17); }

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

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

 a { background-color: rgb(103,20,17); }

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

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

 span { border-color: rgb(103,20,17); }

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