#61160F

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

Shades of Red Oxide #61160F

Tints of Red Oxide #61160F

Color information

#61160F (or 0x61160F) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 0F. RGB value is (97,22,15). Sum of RGB (Red+Green+Blue) = 97+22+15=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61160F is #9EE9F0. Grayscale: #2B2B2B. Windows color (decimal): -10414577 or 988769. OLE color: 988769.

HSL color Cylindrical-coordinate representation of color #61160F: hue angle of 5.12º 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 #61160F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB972215-
CMYK00.770.850.62
HSL5.12º73.21%21.96%-
HSV(B)5.12º84.54%38.04%-
XYZ5.33.150.78-
YUV43.63111.85166.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=72.39%
G=16.42%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97221500.770.850.625.1273.2121.96
Hex6116F04D553E54916
Octal1412617011512576511126
Binary1100001101101111010011011010101111110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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