#681515

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

Shades of Red Oxide #681515

Tints of Red Oxide #681515

Color information

#681515 (or 0x681515) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 15. RGB value is (104,21,21). Sum of RGB (Red+Green+Blue) = 104+21+21=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681515 is #97EAEA. Grayscale: #2D2D2D. Windows color (decimal): -9956075 or 1381736. OLE color: 1381736.

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

Color convert

RGB1042121-
CMYK00.800.800.59
HSL66.4%24.51%-
HSV(B)79.81%40.78%-
XYZ6.113.531.07-
YUV45.82114169.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=71.23%
G=14.38%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104212100.800.800.59066.424.51
Hex681515050503B04219
Octal1502525012012073010231
Binary110100010101101010101000010100001110110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681515; }

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

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

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

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

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

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

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

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