#68190D

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

Shades of Red Oxide #68190D

Tints of Red Oxide #68190D

Color information

#68190D (or 0x68190D) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 0D. RGB value is (104,25,13). Sum of RGB (Red+Green+Blue) = 104+25+13=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68190D is #97E6F2. Grayscale: #2F2F2F. Windows color (decimal): -9955059 or 858472. OLE color: 858472.

HSL color Cylindrical-coordinate representation of color #68190D: hue angle of 7.91º 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 #68190D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1042513-
CMYK00.760.880.59
HSL7.91º77.78%22.94%-
HSV(B)7.91º87.5%40.78%-
XYZ6.133.670.77-
YUV47.25108.67168.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=73.24%
G=17.61%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104251300.760.880.597.9177.7822.94
Hex6819D04C583B84e17
Octal15031150114130731011627
Binary11010001100111010100110010110001110111000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68190D; }

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

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

<style>
 a { background-color: #68190D; }

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

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

<style>
 span { border-color: #68190D; }

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

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