#740104

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

Shades of Sangria #740104

Tints of Sangria #740104

Color information

#740104 (or 0x740104) is unknown color: approx Sangria. HEX triplet: 74, 01 and 04. RGB value is (116,1,4). Sum of RGB (Red+Green+Blue) = 116+1+4=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740104 is #8BFEFB. Grayscale: #232323. Windows color (decimal): -9174780 or 262516. OLE color: 262516.

HSL color Cylindrical-coordinate representation of color #740104: hue angle of 358.43º 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 #740104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB11614-
CMYK00.990.970.55
HSL358.43º98.29%22.94%-
HSV(B)358.43º99.14%45.49%-
XYZ7.243.740.46-
YUV35.73110.1185.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 95.87%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=95.87%
G=0.83%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161400.990.970.55358.4398.2922.94
Hex741406361371666217
Octal1641401431416754614227
Binary11101001100011000111100001110111101100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740104; }

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

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

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

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

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

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

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

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