#611F15

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

Shades of Red Oxide #611F15

Tints of Red Oxide #611F15

Color information

#611F15 (or 0x611F15) is unknown color: approx Red Oxide. HEX triplet: 61, 1F and 15. RGB value is (97,31,21). Sum of RGB (Red+Green+Blue) = 97+31+21=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F15 is #9EE0EA. Grayscale: #313131. Windows color (decimal): -10412267 or 1384289. OLE color: 1384289.

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

Color convert

RGB973121-
CMYK00.680.780.62
HSL7.89º64.41%23.14%-
HSV(B)7.89º78.35%38.04%-
XYZ5.563.581.11-
YUV49.59111.87161.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=65.10%
G=20.81%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97312100.680.780.627.8964.4123.14
Hex611F150444E3E84017
Octal14137250104116761010027
Binary110000111111101010100010010011101111101000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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