#740108

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

Shades of Sangria #740108

Tints of Sangria #740108

Color information

#740108 (or 0x740108) is unknown color: approx Sangria. HEX triplet: 74, 01 and 08. RGB value is (116,1,8). Sum of RGB (Red+Green+Blue) = 116+1+8=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740108 is #8BFEF7. Grayscale: #242424. Windows color (decimal): -9174776 or 524660. OLE color: 524660.

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

Color convert

RGB11618-
CMYK00.990.930.55
HSL356.35º98.29%22.94%-
HSV(B)356.35º99.14%45.49%-
XYZ7.263.750.57-
YUV36.18112.1184.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 92.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=92.8%
G=0.8%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161800.990.930.55356.3598.2922.94
Hex74180635D371646217
Octal16411001431356754414227
Binary111010011000011000111011101110111101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740108; }

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

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

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

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

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

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

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

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