#760102

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

Shades of Sangria #760102

Tints of Sangria #760102

Color information

#760102 (or 0x760102) is unknown color: approx Sangria. HEX triplet: 76, 01 and 02. RGB value is (118,1,2). Sum of RGB (Red+Green+Blue) = 118+1+2=121 (16% of max value = 765). Red value is 118 (46.48% from 255 or 97.52% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 118 - color contains mainly: red. Hex color #760102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760102 is #89FEFD. Grayscale: #242424. Windows color (decimal): -9043710 or 131446. OLE color: 131446.

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

Color convert

RGB11812-
CMYK00.990.980.54
HSL359.49º98.32%23.33%-
HSV(B)359.49º99.15%46.27%-
XYZ7.493.880.41-
YUV36.1108.76186.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 97.52%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=97.52%
G=0.83%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181200.990.980.54359.4998.3223.33
Hex761206362361676217
Octal1661201431426654714227
Binary1110110110011000111100010110110101100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760102; }

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

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

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

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

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

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

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

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