#680502

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

Shades of Maroon #680502

Tints of Maroon #680502

Color information

#680502 (or 0x680502) is unknown color: approx Maroon. HEX triplet: 68, 05 and 02. RGB value is (104,5,2). Sum of RGB (Red+Green+Blue) = 104+5+2=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680502 is #97FAFD. Grayscale: #222222. Windows color (decimal): -9960190 or 132456. OLE color: 132456.

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

Color convert

RGB10452-
CMYK00.950.980.59
HSL1.76º96.23%20.78%-
HSV(B)1.76º98.08%40.78%-
XYZ5.773.060.34-
YUV34.26109.8177.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 93.69%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=93.69%
G=4.50%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045200.950.980.591.7696.2320.78
Hex685205F623B26015
Octal15052013714273214025
Binary11010001011001011111110001011101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680502; }

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

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

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

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

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

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

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

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