#681513

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

Shades of Red Oxide #681513

Tints of Red Oxide #681513

Color information

#681513 (or 0x681513) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 13. RGB value is (104,21,19). Sum of RGB (Red+Green+Blue) = 104+21+19=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681513 is #97EAEC. Grayscale: #2D2D2D. Windows color (decimal): -9956077 or 1250664. OLE color: 1250664.

HSL color Cylindrical-coordinate representation of color #681513: hue angle of 1.41º 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 #681513 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1042119-
CMYK00.800.820.59
HSL1.41º69.11%24.12%-
HSV(B)1.41º81.73%40.78%-
XYZ6.093.530.98-
YUV45.59113169.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=72.22%
G=14.58%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104211900.800.820.591.4169.1124.12
Hex681513050523B14518
Octal1502523012012273110530
Binary110100010101100110101000010100101110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681513; }

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

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

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

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

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

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

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

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