#941150

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

Shades of Jazzberry Jam #941150

Tints of Jazzberry Jam #941150

Color information

#941150 (or 0x941150) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 11 and 50. RGB value is (148,17,80). Sum of RGB (Red+Green+Blue) = 148+17+80=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #941150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941150 is #6BEEAF. Grayscale: #3F3F3F. Windows color (decimal): -7073456 or 5247380. OLE color: 5247380.

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

Color convert

RGB1481780-
CMYK00.890.460.42
HSL331.15º79.39%32.35%-
HSV(B)331.15º88.51%58.04%-
XYZ13.867.288.26-
YUV63.35137.4188.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=60.41%
G=6.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148178000.890.460.42331.1579.3932.35
Hex9411500592E2A14b4f20
Octal224211200131565251311740
Binary10010100100011010000010110011011101010101010010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941150; }

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

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

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

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

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

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

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

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