#740409

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

Shades of Sangria #740409

Tints of Sangria #740409

Color information

#740409 (or 0x740409) is unknown color: approx Sangria. HEX triplet: 74, 04 and 09. RGB value is (116,4,9). Sum of RGB (Red+Green+Blue) = 116+4+9=129 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.92% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 116 - color contains mainly: red. Hex color #740409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740409 is #8BFBF6. Grayscale: #262626. Windows color (decimal): -9174007 or 590964. OLE color: 590964.

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

Color convert

RGB11649-
CMYK00.970.920.55
HSL357.32º93.33%23.53%-
HSV(B)357.32º96.55%45.49%-
XYZ7.33.820.61-
YUV38.06111.61183.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 89.92%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=89.92%
G=3.10%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164900.970.920.55357.3293.3323.53
Hex74490615C371655d18
Octal16441101411346754513530
Binary11101001001001011000011011100110111101100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740409; }

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

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

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

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

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

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

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

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