#670102

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

Shades of Sangria #670102

Tints of Sangria #670102

Color information

#670102 (or 0x670102) is unknown color: approx Sangria. HEX triplet: 67, 01 and 02. RGB value is (103,1,2). Sum of RGB (Red+Green+Blue) = 103+1+2=106 (14% of max value = 765). Red value is 103 (40.62% from 255 or 97.17% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 103 - color contains mainly: red. Hex color #670102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670102 is #98FEFD. Grayscale: #1F1F1F. Windows color (decimal): -10026750 or 131431. OLE color: 131431.

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

Color convert

RGB10312-
CMYK00.990.980.60
HSL359.41º98.08%20.39%-
HSV(B)359.41º99.03%40.39%-
XYZ5.622.910.32-
YUV31.61111.29178.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 97.17%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=97.17%
G=0.94%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031200.990.980.60359.4198.0820.39
Hex6712063623C1676214
Octal1471201431427454714224
Binary1100111110011000111100010111100101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670102; }

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

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

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

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

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

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

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

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