#681401

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

Shades of Maroon #681401

Tints of Maroon #681401

Color information

#681401 (or 0x681401) is unknown color: approx Maroon. HEX triplet: 68, 14 and 01. RGB value is (104,20,1). Sum of RGB (Red+Green+Blue) = 104+20+1=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681401 is #97EBFE. Grayscale: #2B2B2B. Windows color (decimal): -9956351 or 70760. OLE color: 70760.

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

Color convert

RGB104201-
CMYK00.810.990.59
HSL11.07º98.1%20.59%-
HSV(B)11.07º99.04%40.78%-
XYZ5.963.450.38-
YUV42.95104.33171.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=83.2%
G=16%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420100.810.990.5911.0798.120.59
Hex68141051633Bb6215
Octal1502410121143731314225
Binary11010001010010101000111000111110111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681401; }

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

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

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

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

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

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

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

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