#671C19

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

Shades of Red Oxide #671C19

Tints of Red Oxide #671C19

Color information

#671C19 (or 0x671C19) is unknown color: approx Red Oxide. HEX triplet: 67, 1C and 19. RGB value is (103,28,25). Sum of RGB (Red+Green+Blue) = 103+28+25=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C19 is #98E3E6. Grayscale: #323232. Windows color (decimal): -10019815 or 1645671. OLE color: 1645671.

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

Color convert

RGB1032825-
CMYK00.730.760.60
HSL2.31º60.94%25.1%-
HSV(B)2.31º75.73%40.39%-
XYZ6.183.781.32-
YUV50.08113.85165.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=66.03%
G=17.95%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103282500.730.760.602.3160.9425.1
Hex671C190494C3C23d19
Octal147343101111147427531
Binary110011111100110010100100110011001111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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