#611F11

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

Shades of Red Oxide #611F11

Tints of Red Oxide #611F11

Color information

#611F11 (or 0x611F11) is unknown color: approx Red Oxide. HEX triplet: 61, 1F and 11. RGB value is (97,31,17). Sum of RGB (Red+Green+Blue) = 97+31+17=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F11 is #9EE0EE. Grayscale: #313131. Windows color (decimal): -10412271 or 1122145. OLE color: 1122145.

HSL color Cylindrical-coordinate representation of color #611F11: hue angle of 10.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611F11 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB973117-
CMYK00.680.820.62
HSL10.5º70.18%22.35%-
HSV(B)10.5º82.47%38.04%-
XYZ5.523.560.93-
YUV49.14109.87162.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=66.90%
G=21.38%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97311700.680.820.6210.570.1822.35
Hex611F11044523Ea4616
Octal14137210104122761210626
Binary110000111111100010100010010100101111101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611F11; }

 p { color: rgb(97,31,17); }

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

<style>
 a { background-color: #611F11; }

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

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

<style>
 span { border-color: #611F11; }

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

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