#740405

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

Shades of Sangria #740405

Tints of Sangria #740405

Color information

#740405 (or 0x740405) is unknown color: approx Sangria. HEX triplet: 74, 04 and 05. RGB value is (116,4,5). Sum of RGB (Red+Green+Blue) = 116+4+5=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740405 is #8BFBFA. Grayscale: #252525. Windows color (decimal): -9174011 or 328820. OLE color: 328820.

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

Color convert

RGB11645-
CMYK00.970.960.55
HSL359.46º93.33%23.53%-
HSV(B)359.46º96.55%45.49%-
XYZ7.273.810.5-
YUV37.6109.61183.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 92.8%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 5 (2.34% from 255) = 4%
R=92.8%
G=3.2%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164500.970.960.55359.4693.3323.53
Hex744506160371675d18
Octal1644501411406754713530
Binary1110100100101011000011100000110111101100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740405; }

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

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

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

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

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

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

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

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