#681402

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

Shades of Maroon #681402

Tints of Maroon #681402

Color information

#681402 (or 0x681402) is unknown color: approx Maroon. HEX triplet: 68, 14 and 02. RGB value is (104,20,2). Sum of RGB (Red+Green+Blue) = 104+20+2=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #681402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681402 is #97EBFD. Grayscale: #2B2B2B. Windows color (decimal): -9956350 or 136296. OLE color: 136296.

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

Color convert

RGB104202-
CMYK00.810.980.59
HSL10.59º96.23%20.78%-
HSV(B)10.59º98.08%40.78%-
XYZ5.973.450.41-
YUV43.06104.83171.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 82.54%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=82.54%
G=15.87%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420200.810.980.5910.5996.2320.78
Hex68142051623Bb6015
Octal1502420121142731314025
Binary110100010100100101000111000101110111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681402; }

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

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

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

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

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

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

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

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