#610E0B

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

Shades of Red Oxide #610E0B

Tints of Red Oxide #610E0B

Color information

#610E0B (or 0x610E0B) is unknown color: approx Red Oxide. HEX triplet: 61, 0E and 0B. RGB value is (97,14,11). Sum of RGB (Red+Green+Blue) = 97+14+11=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #610E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E0B is #9EF1F4. Grayscale: #262626. Windows color (decimal): -10416629 or 724577. OLE color: 724577.

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

Color convert

RGB971411-
CMYK00.860.890.62
HSL2.09º79.63%21.18%-
HSV(B)2.09º88.66%38.04%-
XYZ5.152.880.6-
YUV38.48112.5169.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 79.51%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=79.51%
G=11.48%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97141100.860.890.622.0979.6321.18
Hex61EB056593E25015
Octal1411613012613176212025
Binary11000011110101101010110101100111111010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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