#941214

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

Shades of Sangria #941214

Tints of Sangria #941214

Color information

#941214 (or 0x941214) is unknown color: approx Sangria. HEX triplet: 94, 12 and 14. RGB value is (148,18,20). Sum of RGB (Red+Green+Blue) = 148+18+20=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #941214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941214 is #6BEDEB. Grayscale: #393939. Windows color (decimal): -7073260 or 1315476. OLE color: 1315476.

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

Color convert

RGB1481820-
CMYK00.880.860.42
HSL359.08º78.31%32.55%-
HSV(B)359.08º87.84%58.04%-
XYZ12.566.781.31-
YUV57.1107.07192.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.57%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=79.57%
G=9.68%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148182000.880.860.42359.0878.3132.55
Hex941214058562A1674e21
Octal224222401301265254711641
Binary1001010010010101000101100010101101010101011001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941214; }

 p { color: rgb(148,18,20); }

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

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

 a { background-color: rgb(148,18,20); }

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

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

 span { border-color: rgb(148,18,20); }

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