#671814

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

Shades of Red Oxide #671814

Tints of Red Oxide #671814

Color information

#671814 (or 0x671814) is unknown color: approx Red Oxide. HEX triplet: 67, 18 and 14. RGB value is (103,24,20). Sum of RGB (Red+Green+Blue) = 103+24+20=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671814 is #98E7EB. Grayscale: #2F2F2F. Windows color (decimal): -10020844 or 1316967. OLE color: 1316967.

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

Color convert

RGB1032420-
CMYK00.770.810.60
HSL2.89º67.48%24.12%-
HSV(B)2.89º80.58%40.39%-
XYZ6.053.591.04-
YUV47.16112.67167.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=70.07%
G=16.33%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103242000.770.810.602.8967.4824.12
Hex67181404D513C34318
Octal1473024011512174310330
Binary1100111110001010001001101101000111110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671814; }

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

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

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

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

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

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

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

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