#680B03

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

Shades of Maroon #680B03

Tints of Maroon #680B03

Color information

#680B03 (or 0x680B03) is unknown color: approx Maroon. HEX triplet: 68, 0B and 03. RGB value is (104,11,3). Sum of RGB (Red+Green+Blue) = 104+11+3=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B03 is #97F4FC. Grayscale: #262626. Windows color (decimal): -9958653 or 199528. OLE color: 199528.

HSL color Cylindrical-coordinate representation of color #680B03: hue angle of 4.75º 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 #680B03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB104113-
CMYK00.890.970.59
HSL4.75º94.39%20.98%-
HSV(B)4.75º97.12%40.78%-
XYZ5.853.190.39-
YUV37.89108.31175.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=88.14%
G=9.32%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411300.890.970.594.7594.3920.98
Hex68B3059613B55e15
Octal150133013114173513625
Binary1101000101111010110011100001111011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680B03; }

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

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

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

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

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

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

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

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