#610A09

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

Shades of Red Oxide #610A09

Tints of Red Oxide #610A09

Color information

#610A09 (or 0x610A09) is unknown color: approx Red Oxide. HEX triplet: 61, 0A and 09. RGB value is (97,10,9). Sum of RGB (Red+Green+Blue) = 97+10+9=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #610A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A09 is #9EF5F6. Grayscale: #232323. Windows color (decimal): -10417655 or 592481. OLE color: 592481.

HSL color Cylindrical-coordinate representation of color #610A09: hue angle of 0.68º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610A09 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97109-
CMYK00.900.910.62
HSL0.68º83.02%20.78%-
HSV(B)0.68º90.72%38.04%-
XYZ5.092.780.53-
YUV35.9112.82171.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 10 (4.30% from 255) = 8.62%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=83.62%
G=8.62%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9710900.900.910.620.6883.0220.78
Hex61A905A5B3E15315
Octal1411211013213376112325
Binary1100001101010010101101010110111111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610A09; }

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

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

<style>
 a { background-color: #610A09; }

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

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

<style>
 span { border-color: #610A09; }

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

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