#61110F

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

Shades of Red Oxide #61110F

Tints of Red Oxide #61110F

Color information

#61110F (or 0x61110F) is unknown color: approx Red Oxide. HEX triplet: 61, 11 and 0F. RGB value is (97,17,15). Sum of RGB (Red+Green+Blue) = 97+17+15=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61110F is #9EEEF0. Grayscale: #282828. Windows color (decimal): -10415857 or 987489. OLE color: 987489.

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

Color convert

RGB971715-
CMYK00.820.850.62
HSL1.46º73.21%21.96%-
HSV(B)1.46º84.54%38.04%-
XYZ5.222.980.75-
YUV40.69113.5168.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=75.19%
G=13.18%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97171500.820.850.621.4673.2121.96
Hex6111F052553E14916
Octal1412117012212576111126
Binary11000011000111110101001010101011111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61110F; }

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

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

<style>
 a { background-color: #61110F; }

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

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

<style>
 span { border-color: #61110F; }

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

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