#690102

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

Shades of Sangria #690102

Tints of Sangria #690102

Color information

#690102 (or 0x690102) is unknown color: approx Sangria. HEX triplet: 69, 01 and 02. RGB value is (105,1,2). Sum of RGB (Red+Green+Blue) = 105+1+2=108 (14% of max value = 765). Red value is 105 (41.41% from 255 or 97.22% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 105 - color contains mainly: red. Hex color #690102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690102 is #96FEFD. Grayscale: #202020. Windows color (decimal): -9895678 or 131433. OLE color: 131433.

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

Color convert

RGB10512-
CMYK00.990.980.59
HSL359.42º98.11%20.78%-
HSV(B)359.42º99.05%41.18%-
XYZ5.853.030.33-
YUV32.21110.96179.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 97.22%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=97.22%
G=0.93%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051200.990.980.59359.4298.1120.78
Hex6912063623B1676215
Octal1511201431427354714225
Binary1101001110011000111100010111011101100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690102; }

 p { color: rgb(105,1,2); }

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

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

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

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

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

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

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