#610D09

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

Shades of Red Oxide #610D09

Tints of Red Oxide #610D09

Color information

#610D09 (or 0x610D09) is unknown color: approx Red Oxide. HEX triplet: 61, 0D and 09. RGB value is (97,13,9). Sum of RGB (Red+Green+Blue) = 97+13+9=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D09 is #9EF2F6. Grayscale: #252525. Windows color (decimal): -10416887 or 593249. OLE color: 593249.

HSL color Cylindrical-coordinate representation of color #610D09: hue angle of 2.73º 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 #610D09 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97139-
CMYK00.870.910.62
HSL2.73º83.02%20.78%-
HSV(B)2.73º90.72%38.04%-
XYZ5.122.850.54-
YUV37.66111.83170.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=81.51%
G=10.92%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9713900.870.910.622.7383.0220.78
Hex61D90575B3E35315
Octal1411511012713376312325
Binary11000011101100101010111101101111111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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