#681813

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

Shades of Red Oxide #681813

Tints of Red Oxide #681813

Color information

#681813 (or 0x681813) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 13. RGB value is (104,24,19). Sum of RGB (Red+Green+Blue) = 104+24+19=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681813 is #97E7EC. Grayscale: #2F2F2F. Windows color (decimal): -9955309 or 1251432. OLE color: 1251432.

HSL color Cylindrical-coordinate representation of color #681813: hue angle of 3.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681813 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1042419-
CMYK00.770.820.59
HSL3.53º69.11%24.12%-
HSV(B)3.53º81.73%40.78%-
XYZ6.153.641-
YUV47.35112168.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=70.75%
G=16.33%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104241900.770.820.593.5369.1124.12
Hex68181304D523B44518
Octal1503023011512273410530
Binary11010001100010011010011011010010111011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681813; }

 p { color: rgb(104,24,19); }

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

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

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

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

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

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

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