#680d0d

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

Shades of Red Oxide #680D0D

Tints of Red Oxide #680D0D

Color information

#680D0D (or 0x680D0D) is unknown color: approx Red Oxide. HEX triplet: 68, 0D and 0D. RGB value is (104,13,13). Sum of RGB (Red+Green+Blue) = 104+13+13=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D0D is #97F2F2. Grayscale: #282828. Windows color (decimal): -9958131 or 855400. OLE color: 855400.

HSL color Cylindrical-coordinate representation of color #680D0D: hue angle of 0º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D0D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1041313-
CMYK00.880.880.59
HSL77.78%22.94%-
HSV(B)87.5%40.78%-
XYZ5.933.260.7-
YUV40.21112.65173.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 10%
R=80%
G=10%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104131300.880.880.59077.7822.94
Hex68DD058583B04e17
Octal1501515013013073011627
Binary1101000110111010101100010110001110110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680d0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680d0d; }

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

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

<style>
 a { background-color: #680d0d; }

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

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

<style>
 span { border-color: #680d0d; }

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

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