#671713

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

Shades of Red Oxide #671713

Tints of Red Oxide #671713

Color information

#671713 (or 0x671713) is unknown color: approx Red Oxide. HEX triplet: 67, 17 and 13. RGB value is (103,23,19). Sum of RGB (Red+Green+Blue) = 103+23+19=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #671713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671713 is #98E8EC. Grayscale: #2E2E2E. Windows color (decimal): -10021101 or 1251175. OLE color: 1251175.

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

Color convert

RGB1032319-
CMYK00.780.820.60
HSL2.86º68.85%23.92%-
HSV(B)2.86º81.55%40.39%-
XYZ6.023.540.98-
YUV46.46112.5168.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.03%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=71.03%
G=15.86%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103231900.780.820.602.8668.8523.92
Hex67171304E523C34518
Octal1472723011612274310530
Binary1100111101111001101001110101001011110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671713; }

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

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

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

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

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

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

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

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