#940C11

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

Shades of Sangria #940C11

Tints of Sangria #940C11

Color information

#940C11 (or 0x940C11) is unknown color: approx Sangria. HEX triplet: 94, 0C and 11. RGB value is (148,12,17). Sum of RGB (Red+Green+Blue) = 148+12+17=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C11 is #6BF3EE. Grayscale: #353535. Windows color (decimal): -7074799 or 1117332. OLE color: 1117332.

HSL color Cylindrical-coordinate representation of color #940C11: hue angle of 357.79º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C11 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1481217-
CMYK00.920.890.42
HSL357.79º85%31.37%-
HSV(B)357.79º91.89%58.04%-
XYZ12.456.61.15-
YUV53.23107.56195.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 83.62%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=83.62%
G=6.78%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148121700.920.890.42357.798531.37
Hex94C1105C592A166551f
Octal224142101341315254612537
Binary10010100110010001010111001011001101010101100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940C11; }

 p { color: rgb(148,12,17); }

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

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

 a { background-color: rgb(148,12,17); }

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

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

 span { border-color: rgb(148,12,17); }

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