#681203

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

Shades of Maroon #681203

Tints of Maroon #681203

Color information

#681203 (or 0x681203) is unknown color: approx Maroon. HEX triplet: 68, 12 and 03. RGB value is (104,18,3). Sum of RGB (Red+Green+Blue) = 104+18+3=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681203 is #97EDFC. Grayscale: #2A2A2A. Windows color (decimal): -9956861 or 201320. OLE color: 201320.

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

Color convert

RGB104183-
CMYK00.830.970.59
HSL8.91º94.39%20.98%-
HSV(B)8.91º97.12%40.78%-
XYZ5.943.380.43-
YUV42105.99172.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=83.2%
G=14.4%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10418300.830.970.598.9194.3920.98
Hex68123053613B95e15
Octal1502230123141731113625
Binary110100010010110101001111000011110111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681203; }

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

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

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

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

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

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

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

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