#740205

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

Shades of Sangria #740205

Tints of Sangria #740205

Color information

#740205 (or 0x740205) is unknown color: approx Sangria. HEX triplet: 74, 02 and 05. RGB value is (116,2,5). Sum of RGB (Red+Green+Blue) = 116+2+5=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740205 is #8BFDFA. Grayscale: #242424. Windows color (decimal): -9174523 or 328308. OLE color: 328308.

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

Color convert

RGB11625-
CMYK00.980.960.55
HSL358.42º96.61%23.14%-
HSV(B)358.42º98.28%45.49%-
XYZ7.253.770.49-
YUV36.43110.27184.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 94.31%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=94.31%
G=1.63%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162500.980.960.55358.4296.6123.14
Hex742506260371666117
Octal1642501421406754614127
Binary111010010101011000101100000110111101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740205; }

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

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

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

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

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

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

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

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