#941516

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

Shades of Sangria #941516

Tints of Sangria #941516

Color information

#941516 (or 0x941516) is unknown color: approx Sangria. HEX triplet: 94, 15 and 16. RGB value is (148,21,22). Sum of RGB (Red+Green+Blue) = 148+21+22=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #941516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941516 is #6BEAE9. Grayscale: #3B3B3B. Windows color (decimal): -7072490 or 1447316. OLE color: 1447316.

HSL color Cylindrical-coordinate representation of color #941516: hue angle of 359.53º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941516 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1482122-
CMYK00.860.850.42
HSL359.53º75.15%33.14%-
HSV(B)359.53º85.81%58.04%-
XYZ12.636.891.42-
YUV59.09107.08191.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.49%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=77.49%
G=10.99%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148212200.860.850.42359.5375.1533.14
Hex941516056552A1684b21
Octal224252601261255255011341
Binary1001010010101101100101011010101011010101011010001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941516; }

 p { color: rgb(148,21,22); }

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

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

 a { background-color: rgb(148,21,22); }

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

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

 span { border-color: rgb(148,21,22); }

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