#671D1C

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

Shades of Red Oxide #671D1C

Tints of Red Oxide #671D1C

Color information

#671D1C (or 0x671D1C) is unknown color: approx Red Oxide. HEX triplet: 67, 1D and 1C. RGB value is (103,29,28). Sum of RGB (Red+Green+Blue) = 103+29+28=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D1C is #98E2E3. Grayscale: #333333. Windows color (decimal): -10019556 or 1842535. OLE color: 1842535.

HSL color Cylindrical-coordinate representation of color #671D1C: hue angle of 0.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671D1C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1032928-
CMYK00.720.730.60
HSL0.8º57.25%25.69%-
HSV(B)0.8º72.82%40.39%-
XYZ6.243.851.51-
YUV51.01115.02165.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=64.38%
G=18.12%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103292800.720.730.600.857.2525.69
Hex671D1C048493C1391a
Octal147353401101117417132
Binary11001111110111100010010001001001111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671D1C; }

 p { color: rgb(103,29,28); }

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

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

 a { background-color: rgb(103,29,28); }

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

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

 span { border-color: rgb(103,29,28); }

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