#68190b

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

Shades of Red Oxide #68190B

Tints of Red Oxide #68190B

Color information

#68190B (or 0x68190B) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 0B. RGB value is (104,25,11). Sum of RGB (Red+Green+Blue) = 104+25+11=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68190B is #97E6F4. Grayscale: #2F2F2F. Windows color (decimal): -9955061 or 727400. OLE color: 727400.

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

Color convert

RGB1042511-
CMYK00.760.890.59
HSL9.03º80.87%22.55%-
HSV(B)9.03º89.42%40.78%-
XYZ6.123.660.7-
YUV47.02107.67168.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=74.29%
G=17.86%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104251100.760.890.599.0380.8722.55
Hex6819B04C593B95117
Octal15031130114131731112127
Binary11010001100110110100110010110011110111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68190b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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