#680001

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

Shades of Sangria #680001

Tints of Sangria #680001

Color information

#680001 (or 0x680001) is unknown color: approx Sangria. HEX triplet: 68, 00 and 01. RGB value is (104,0,1). Sum of RGB (Red+Green+Blue) = 104+0+1=105 (13% of max value = 765). Red value is 104 (41.02% from 255 or 99.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 104 - color contains mainly: red. Hex color #680001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680001 is #97FFFE. Grayscale: #1F1F1F. Windows color (decimal): -9961471 or 65640. OLE color: 65640.

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

Color convert

RGB10401-
CMYK010.990.59
HSL359.42º100%20.39%-
HSV(B)359.42º100%40.78%-
XYZ5.712.950.3-
YUV31.21110.96179.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 99.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=99.05%
G=0%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10401010.990.59359.4210020.39
Hex6801064633B1676414
Octal1500101441437354714424
Binary110100001011001001100011111011101100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680001; }

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

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

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

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

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

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

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

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