#671F1B

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

Shades of Red Oxide #671F1B

Tints of Red Oxide #671F1B

Color information

#671F1B (or 0x671F1B) is unknown color: approx Red Oxide. HEX triplet: 67, 1F and 1B. RGB value is (103,31,27). Sum of RGB (Red+Green+Blue) = 103+31+27=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F1B is #98E0E4. Grayscale: #343434. Windows color (decimal): -10019045 or 1777511. OLE color: 1777511.

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

Color convert

RGB1033127-
CMYK00.700.740.60
HSL3.16º58.46%25.49%-
HSV(B)3.16º73.79%40.39%-
XYZ6.283.941.47-
YUV52.07113.85164.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.98%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=63.98%
G=19.25%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103312700.700.740.603.1658.4625.49
Hex671F1B0464A3C33a19
Octal147373301061127437231
Binary110011111111110110100011010010101111001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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