#610D04

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

Shades of Red Oxide #610D04

Tints of Red Oxide #610D04

Color information

#610D04 (or 0x610D04) is unknown color: approx Red Oxide. HEX triplet: 61, 0D and 04. RGB value is (97,13,4). Sum of RGB (Red+Green+Blue) = 97+13+4=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D04 is #9EF2FB. Grayscale: #252525. Windows color (decimal): -10416892 or 265569. OLE color: 265569.

HSL color Cylindrical-coordinate representation of color #610D04: hue angle of 5.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610D04 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97134-
CMYK00.870.960.62
HSL5.81º92.08%19.8%-
HSV(B)5.81º95.88%38.04%-
XYZ5.12.840.39-
YUV37.09109.33170.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.09%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=85.09%
G=11.40%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9713400.870.960.625.8192.0819.8
Hex61D4057603E65c14
Octal141154012714076613424
Binary11000011101100010101111100000111110110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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