#740809

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

Shades of Sangria #740809

Tints of Sangria #740809

Color information

#740809 (or 0x740809) is unknown color: approx Sangria. HEX triplet: 74, 08 and 09. RGB value is (116,8,9). Sum of RGB (Red+Green+Blue) = 116+8+9=133 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.22% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 116 - color contains mainly: red. Hex color #740809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740809 is #8BF7F6. Grayscale: #282828. Windows color (decimal): -9172983 or 591988. OLE color: 591988.

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

Color convert

RGB11689-
CMYK00.930.920.55
HSL359.44º87.1%24.31%-
HSV(B)359.44º93.1%45.49%-
XYZ7.343.910.63-
YUV40.41110.28181.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 87.22%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=87.22%
G=6.02%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168900.930.920.55359.4487.124.31
Hex748905D5C371675718
Octal164101101351346754712730
Binary111010010001001010111011011100110111101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740809; }

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

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

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

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

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

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

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

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