#740B0C

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

Shades of Sangria #740B0C

Tints of Sangria #740B0C

Color information

#740B0C (or 0x740B0C) is unknown color: approx Sangria. HEX triplet: 74, 0B and 0C. RGB value is (116,11,12). Sum of RGB (Red+Green+Blue) = 116+11+12=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B0C is #8BF4F3. Grayscale: #2A2A2A. Windows color (decimal): -9172212 or 789364. OLE color: 789364.

HSL color Cylindrical-coordinate representation of color #740B0C: hue angle of 359.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1161112-
CMYK00.910.900.55
HSL359.43º82.68%24.9%-
HSV(B)359.43º90.52%45.49%-
XYZ7.393.980.73-
YUV42.51110.79180.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 83.45%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=83.45%
G=7.91%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111200.910.900.55359.4382.6824.9
Hex74BC05B5A371675319
Octal164131401331326754712331
Binary111010010111100010110111011010110111101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740B0C; }

 p { color: rgb(116,11,12); }

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

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

 a { background-color: rgb(116,11,12); }

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

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

 span { border-color: rgb(116,11,12); }

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