#681301

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

Shades of Maroon #681301

Tints of Maroon #681301

Color information

#681301 (or 0x681301) is unknown color: approx Maroon. HEX triplet: 68, 13 and 01. RGB value is (104,19,1). Sum of RGB (Red+Green+Blue) = 104+19+1=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #681301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681301 is #97ECFE. Grayscale: #2A2A2A. Windows color (decimal): -9956607 or 70504. OLE color: 70504.

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

Color convert

RGB104191-
CMYK00.820.990.59
HSL10.49º98.1%20.59%-
HSV(B)10.49º99.04%40.78%-
XYZ5.953.410.37-
YUV42.36104.66171.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=83.87%
G=15.32%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10419100.820.990.5910.4998.120.59
Hex68131052633Ba6215
Octal1502310122143731214225
Binary11010001001110101001011000111110111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681301; }

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

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

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

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

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

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

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

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