#671A15

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

Shades of Red Oxide #671A15

Tints of Red Oxide #671A15

Color information

#671A15 (or 0x671A15) is unknown color: approx Red Oxide. HEX triplet: 67, 1A and 15. RGB value is (103,26,21). Sum of RGB (Red+Green+Blue) = 103+26+21=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A15 is #98E5EA. Grayscale: #303030. Windows color (decimal): -10020331 or 1383015. OLE color: 1383015.

HSL color Cylindrical-coordinate representation of color #671A15: hue angle of 3.66º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671A15 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1032621-
CMYK00.750.800.60
HSL3.66º66.13%24.31%-
HSV(B)3.66º79.61%40.39%-
XYZ6.13.681.1-
YUV48.45112.51166.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 21 (8.59% from 255) = 14%
R=68.67%
G=17.33%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103262100.750.800.603.6666.1324.31
Hex671A1504B503C44218
Octal1473225011312074410230
Binary11001111101010101010010111010000111100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,26,21); }

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

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

 a { background-color: rgb(103,26,21); }

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

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

 span { border-color: rgb(103,26,21); }

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