#611F13

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

Shades of Red Oxide #611F13

Tints of Red Oxide #611F13

Color information

#611F13 (or 0x611F13) is unknown color: approx Red Oxide. HEX triplet: 61, 1F and 13. RGB value is (97,31,19). Sum of RGB (Red+Green+Blue) = 97+31+19=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #611F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F13 is #9EE0EC. Grayscale: #313131. Windows color (decimal): -10412269 or 1253217. OLE color: 1253217.

HSL color Cylindrical-coordinate representation of color #611F13: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611F13 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB973119-
CMYK00.680.800.62
HSL9.23º67.24%22.75%-
HSV(B)9.23º80.41%38.04%-
XYZ5.543.571.01-
YUV49.37110.87161.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=65.99%
G=21.09%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97311900.680.800.629.2367.2422.75
Hex611F13044503E94317
Octal14137230104120761110327
Binary110000111111100110100010010100001111101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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