#610B04

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

Shades of Red Oxide #610B04

Tints of Red Oxide #610B04

Color information

#610B04 (or 0x610B04) is unknown color: approx Red Oxide. HEX triplet: 61, 0B and 04. RGB value is (97,11,4). Sum of RGB (Red+Green+Blue) = 97+11+4=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #610B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B04 is #9EF4FB. Grayscale: #242424. Windows color (decimal): -10417404 or 265057. OLE color: 265057.

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

Color convert

RGB97114-
CMYK00.890.960.62
HSL4.52º92.08%19.8%-
HSV(B)4.52º95.88%38.04%-
XYZ5.072.790.39-
YUV35.92109.99171.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 86.61%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=86.61%
G=9.82%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711400.890.960.624.5292.0819.8
Hex61B4059603E55c14
Octal141134013114076513424
Binary11000011011100010110011100000111110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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