#680101

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

Shades of Maroon #680101

Tints of Maroon #680101

Color information

#680101 (or 0x680101) is unknown color: approx Maroon. HEX triplet: 68, 01 and 01. RGB value is (104,1,1). Sum of RGB (Red+Green+Blue) = 104+1+1=106 (14% of max value = 765). Red value is 104 (41.02% from 255 or 98.11% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 104 - color contains mainly: red. Hex color #680101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680101 is #97FEFE. Grayscale: #1F1F1F. Windows color (decimal): -9961215 or 65896. OLE color: 65896.

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

Color convert

RGB10411-
CMYK00.990.990.59
HSL98.1%20.59%-
HSV(B)99.04%40.78%-
XYZ5.732.970.3-
YUV31.8110.62179.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 98.11%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=98.11%
G=0.94%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041100.990.990.59098.120.59
Hex6811063633B06215
Octal15011014314373014225
Binary1101000110110001111000111110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680101; }

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

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

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

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

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

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

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

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