#681312

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

Shades of Red Oxide #681312

Tints of Red Oxide #681312

Color information

#681312 (or 0x681312) is unknown color: approx Red Oxide. HEX triplet: 68, 13 and 12. RGB value is (104,19,18). Sum of RGB (Red+Green+Blue) = 104+19+18=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681312 is #97ECED. Grayscale: #2C2C2C. Windows color (decimal): -9956590 or 1184616. OLE color: 1184616.

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

Color convert

RGB1041918-
CMYK00.820.830.59
HSL0.7º70.49%23.92%-
HSV(B)0.7º82.69%40.78%-
XYZ6.053.450.92-
YUV44.3113.16170.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=73.76%
G=13.48%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104191800.820.830.590.770.4923.92
Hex681312052533B14618
Octal1502322012212373110630
Binary110100010011100100101001010100111110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681312; }

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

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

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

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

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

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

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

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