#680202

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

Shades of Maroon #680202

Tints of Maroon #680202

Color information

#680202 (or 0x680202) is unknown color: approx Maroon. HEX triplet: 68, 02 and 02. RGB value is (104,2,2). Sum of RGB (Red+Green+Blue) = 104+2+2=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680202 is #97FDFD. Grayscale: #202020. Windows color (decimal): -9960958 or 131688. OLE color: 131688.

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

Color convert

RGB10422-
CMYK00.980.980.59
HSL96.23%20.78%-
HSV(B)98.08%40.78%-
XYZ5.742.990.33-
YUV32.5110.79179-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 96.30%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=96.30%
G=1.85%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042200.980.980.59096.2320.78
Hex6822062623B06015
Octal15022014214273014025
Binary110100010100110001011000101110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680202; }

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

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

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

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

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

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

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

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