#671F0A

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

Shades of Red Oxide #671F0A

Tints of Red Oxide #671F0A

Color information

#671F0A (or 0x671F0A) is unknown color: approx Red Oxide. HEX triplet: 67, 1F and 0A. RGB value is (103,31,10). Sum of RGB (Red+Green+Blue) = 103+31+10=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F0A is #98E0F5. Grayscale: #323232. Windows color (decimal): -10019062 or 663399. OLE color: 663399.

HSL color Cylindrical-coordinate representation of color #671F0A: hue angle of 13.55º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671F0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1033110-
CMYK00.700.900.60
HSL13.55º82.3%22.16%-
HSV(B)13.55º90.29%40.39%-
XYZ6.143.890.71-
YUV50.13105.35165.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=71.53%
G=21.53%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103311000.700.900.6013.5582.322.16
Hex671FA0465A3Ce5216
Octal14737120106132741612226
Binary11001111111110100100011010110101111001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,31,10); }

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

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

 a { background-color: rgb(103,31,10); }

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

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

 span { border-color: rgb(103,31,10); }

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