#680505

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

Shades of Maroon #680505

Tints of Maroon #680505

Color information

#680505 (or 0x680505) is unknown color: approx Maroon. HEX triplet: 68, 05 and 05. RGB value is (104,5,5). Sum of RGB (Red+Green+Blue) = 104+5+5=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #680505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680505 is #97FAFA. Grayscale: #222222. Windows color (decimal): -9960187 or 329064. OLE color: 329064.

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

Color convert

RGB10455-
CMYK00.950.950.59
HSL90.83%21.37%-
HSV(B)95.19%40.78%-
XYZ5.793.060.43-
YUV34.6111.3177.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 91.23%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=91.23%
G=4.39%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045500.950.950.59090.8321.37
Hex685505F5F3B05b15
Octal15055013713773013325
Binary11010001011010101111110111111110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680505; }

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

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

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

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

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

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

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

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