#680002

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

Shades of Sangria #680002

Tints of Sangria #680002

Color information

#680002 (or 0x680002) is unknown color: approx Sangria. HEX triplet: 68, 00 and 02. RGB value is (104,0,2). Sum of RGB (Red+Green+Blue) = 104+0+2=106 (14% of max value = 765). Red value is 104 (41.02% from 255 or 98.11% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 104 - color contains mainly: red. Hex color #680002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680002 is #97FFFD. Grayscale: #1F1F1F. Windows color (decimal): -9961470 or 131176. OLE color: 131176.

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

Color convert

RGB10402-
CMYK010.980.59
HSL358.85º100%20.39%-
HSV(B)358.85º100%40.78%-
XYZ5.722.950.32-
YUV31.32111.46179.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 98.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=98.11%
G=0%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10402010.980.59358.8510020.39
Hex6802064623B1676414
Octal1500201441427354714424
Binary1101000010011001001100010111011101100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680002; }

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

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

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

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

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

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

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

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