#61170A

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

Shades of Red Oxide #61170A

Tints of Red Oxide #61170A

Color information

#61170A (or 0x61170A) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 0A. RGB value is (97,23,10). Sum of RGB (Red+Green+Blue) = 97+23+10=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61170A is #9EE8F5. Grayscale: #2B2B2B. Windows color (decimal): -10414326 or 661345. OLE color: 661345.

HSL color Cylindrical-coordinate representation of color #61170A: hue angle of 8.97º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61170A is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB972310-
CMYK00.760.900.62
HSL8.97º81.31%20.98%-
HSV(B)8.97º89.69%38.04%-
XYZ5.293.180.62-
YUV43.64109.02166.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=74.62%
G=17.69%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97231000.760.900.628.9781.3120.98
Hex6117A04C5A3E95115
Octal14127120114132761112125
Binary11000011011110100100110010110101111101001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61170A; }

 p { color: rgb(97,23,10); }

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

<style>
 a { background-color: #61170A; }

 a { background-color: rgb(97,23,10); }

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

<style>
 span { border-color: #61170A; }

 span { border-color: rgb(97,23,10); }

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