#610D0D

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

Shades of Red Oxide #610D0D

Tints of Red Oxide #610D0D

Color information

#610D0D (or 0x610D0D) is unknown color: approx Red Oxide. HEX triplet: 61, 0D and 0D. RGB value is (97,13,13). Sum of RGB (Red+Green+Blue) = 97+13+13=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D0D is #9EF2F2. Grayscale: #262626. Windows color (decimal): -10416883 or 855393. OLE color: 855393.

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

Color convert

RGB971313-
CMYK00.870.870.62
HSL76.36%21.57%-
HSV(B)86.6%38.04%-
XYZ5.152.860.66-
YUV38.12113.83170-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=78.86%
G=10.57%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97131300.870.870.62076.3621.57
Hex61DD057573E04c16
Octal1411515012712776011426
Binary1100001110111010101011110101111111100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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