#610E0D

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

Shades of Red Oxide #610E0D

Tints of Red Oxide #610E0D

Color information

#610E0D (or 0x610E0D) is unknown color: approx Red Oxide. HEX triplet: 61, 0E and 0D. RGB value is (97,14,13). Sum of RGB (Red+Green+Blue) = 97+14+13=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E0D is #9EF1F2. Grayscale: #262626. Windows color (decimal): -10416627 or 855649. OLE color: 855649.

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

Color convert

RGB971413-
CMYK00.860.870.62
HSL0.71º76.36%21.57%-
HSV(B)0.71º86.6%38.04%-
XYZ5.162.880.67-
YUV38.7113.5169.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=78.23%
G=11.29%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97141300.860.870.620.7176.3621.57
Hex61ED056573E14c16
Octal1411615012612776111426
Binary1100001111011010101011010101111111101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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