#740306

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

Shades of Sangria #740306

Tints of Sangria #740306

Color information

#740306 (or 0x740306) is unknown color: approx Sangria. HEX triplet: 74, 03 and 06. RGB value is (116,3,6). Sum of RGB (Red+Green+Blue) = 116+3+6=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740306 is #8BFCF9. Grayscale: #252525. Windows color (decimal): -9174266 or 394100. OLE color: 394100.

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

Color convert

RGB11636-
CMYK00.970.950.55
HSL358.41º94.96%23.33%-
HSV(B)358.41º97.41%45.49%-
XYZ7.273.790.52-
YUV37.13110.44184.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 92.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=92.8%
G=2.4%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163600.970.950.55358.4194.9623.33
Hex74360615F371665f17
Octal1643601411376754613727
Binary111010011110011000011011111110111101100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740306; }

 p { color: rgb(116,3,6); }

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

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

 a { background-color: rgb(116,3,6); }

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

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

 span { border-color: rgb(116,3,6); }

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