#941113

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

Shades of Sangria #941113

Tints of Sangria #941113

Color information

#941113 (or 0x941113) is unknown color: approx Sangria. HEX triplet: 94, 11 and 13. RGB value is (148,17,19). Sum of RGB (Red+Green+Blue) = 148+17+19=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #941113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941113 is #6BEEEC. Grayscale: #383838. Windows color (decimal): -7073517 or 1249684. OLE color: 1249684.

HSL color Cylindrical-coordinate representation of color #941113: hue angle of 359.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941113 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1481719-
CMYK00.890.870.42
HSL359.08º79.39%32.35%-
HSV(B)359.08º88.51%58.04%-
XYZ12.536.741.26-
YUV56.4106.9193.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80.43%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=80.43%
G=9.24%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148171900.890.870.42359.0879.3932.35
Hex941113059572A1674f20
Octal224212301311275254711740
Binary1001010010001100110101100110101111010101011001111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941113; }

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

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

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

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

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

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

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

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