#671f1f

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

Shades of Red Oxide #671F1F

Tints of Red Oxide #671F1F

Color information

#671F1F (or 0x671F1F) is unknown color: approx Red Oxide. HEX triplet: 67, 1F and 1F. RGB value is (103,31,31). Sum of RGB (Red+Green+Blue) = 103+31+31=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #671F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F1F is #98E0E0. Grayscale: #343434. Windows color (decimal): -10019041 or 2039655. OLE color: 2039655.

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

Color convert

RGB1033131-
CMYK00.700.700.60
HSL53.73%26.27%-
HSV(B)69.9%40.39%-
XYZ6.333.961.73-
YUV52.53115.85164-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=62.42%
G=18.79%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103313100.700.700.60053.7326.27
Hex671F1F046463C0361a
Octal147373701061067406632
Binary11001111111111111010001101000110111100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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