#61160C

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

Shades of Red Oxide #61160C

Tints of Red Oxide #61160C

Color information

#61160C (or 0x61160C) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 0C. RGB value is (97,22,12). Sum of RGB (Red+Green+Blue) = 97+22+12=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61160C is #9EE9F3. Grayscale: #2B2B2B. Windows color (decimal): -10414580 or 792161. OLE color: 792161.

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

Color convert

RGB972212-
CMYK00.770.880.62
HSL7.06º77.98%21.37%-
HSV(B)7.06º87.63%38.04%-
XYZ5.283.140.68-
YUV43.28110.35166.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=74.05%
G=16.79%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97221200.770.880.627.0677.9821.37
Hex6116C04D583E74e15
Octal1412614011513076711625
Binary1100001101101100010011011011000111110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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