#740005

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

Shades of Sangria #740005

Tints of Sangria #740005

Color information

#740005 (or 0x740005) is unknown color: approx Sangria. HEX triplet: 74, 00 and 05. RGB value is (116,0,5). Sum of RGB (Red+Green+Blue) = 116+0+5=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740005 is #8BFFFA. Grayscale: #232323. Windows color (decimal): -9175035 or 327796. OLE color: 327796.

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

Color convert

RGB11605-
CMYK010.960.55
HSL357.41º100%22.75%-
HSV(B)357.41º100%45.49%-
XYZ7.233.720.48-
YUV35.25110.93185.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 95.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=95.87%
G=0%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11605010.960.55357.4110022.75
Hex740506460371656417
Octal1640501441406754514427
Binary11101000101011001001100000110111101100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740005; }

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

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

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

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

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

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

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

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