#740102

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

Shades of Sangria #740102

Tints of Sangria #740102

Color information

#740102 (or 0x740102) is unknown color: approx Sangria. HEX triplet: 74, 01 and 02. RGB value is (116,1,2). Sum of RGB (Red+Green+Blue) = 116+1+2=119 (15% of max value = 765). Red value is 116 (45.70% from 255 or 97.48% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 116 - color contains mainly: red. Hex color #740102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740102 is #8BFEFD. Grayscale: #232323. Windows color (decimal): -9174782 or 131444. OLE color: 131444.

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

Color convert

RGB11612-
CMYK00.990.980.55
HSL359.48º98.29%22.94%-
HSV(B)359.48º99.14%45.49%-
XYZ7.223.740.4-
YUV35.5109.1185.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 97.48%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=97.48%
G=0.84%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161200.990.980.55359.4898.2922.94
Hex741206362371676217
Octal1641201431426754714227
Binary1110100110011000111100010110111101100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740102; }

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

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

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

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

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

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

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

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