#740304

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

Shades of Sangria #740304

Tints of Sangria #740304

Color information

#740304 (or 0x740304) is unknown color: approx Sangria. HEX triplet: 74, 03 and 04. RGB value is (116,3,4). Sum of RGB (Red+Green+Blue) = 116+3+4=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740304 is #8BFCFB. Grayscale: #252525. Windows color (decimal): -9174268 or 263028. OLE color: 263028.

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

Color convert

RGB11634-
CMYK00.970.970.55
HSL359.47º94.96%23.33%-
HSV(B)359.47º97.41%45.49%-
XYZ7.263.790.46-
YUV36.9109.44184.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 94.31%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=94.31%
G=2.44%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163400.970.970.55359.4794.9623.33
Hex743406161371675f17
Octal1643401411416754713727
Binary111010011100011000011100001110111101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740304; }

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

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

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

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

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

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

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

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