#61160B

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

Shades of Red Oxide #61160B

Tints of Red Oxide #61160B

Color information

#61160B (or 0x61160B) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 0B. RGB value is (97,22,11). Sum of RGB (Red+Green+Blue) = 97+22+11=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61160B is #9EE9F4. Grayscale: #2B2B2B. Windows color (decimal): -10414581 or 726625. OLE color: 726625.

HSL color Cylindrical-coordinate representation of color #61160B: hue angle of 7.67º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61160B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB972211-
CMYK00.770.890.62
HSL7.67º79.63%21.18%-
HSV(B)7.67º88.66%38.04%-
XYZ5.283.140.64-
YUV43.17109.85166.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=74.62%
G=16.92%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97221100.770.890.627.6779.6321.18
Hex6116B04D593E85015
Octal14126130115131761012025
Binary11000011011010110100110110110011111101000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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