#941151

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

Shades of Jazzberry Jam #941151

Tints of Jazzberry Jam #941151

Color information

#941151 (or 0x941151) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 11 and 51. RGB value is (148,17,81). Sum of RGB (Red+Green+Blue) = 148+17+81=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #941151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941151 is #6BEEAE. Grayscale: #3F3F3F. Windows color (decimal): -7073455 or 5312916. OLE color: 5312916.

HSL color Cylindrical-coordinate representation of color #941151: hue angle of 330.69º 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 #941151 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1481781-
CMYK00.890.450.42
HSL330.69º79.39%32.35%-
HSV(B)330.69º88.51%58.04%-
XYZ13.97.298.46-
YUV63.46137.9188.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=60.16%
G=6.91%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148178100.890.450.42330.6979.3932.35
Hex9411510592D2A14b4f20
Octal224211210131555251311740
Binary10010100100011010001010110011011011010101010010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941151; }

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

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

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

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

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

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

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

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