#941556

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

Shades of Jazzberry Jam #941556

Tints of Jazzberry Jam #941556

Color information

#941556 (or 0x941556) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 15 and 56. RGB value is (148,21,86). Sum of RGB (Red+Green+Blue) = 148+21+86=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #941556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941556 is #6BEAA9. Grayscale: #424242. Windows color (decimal): -7072426 or 5641620. OLE color: 5641620.

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

Color convert

RGB1482186-
CMYK00.860.420.42
HSL329.29º75.15%33.14%-
HSV(B)329.29º85.81%58.04%-
XYZ14.167.59.51-
YUV66.38139.08186.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=58.04%
G=8.24%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148218600.860.420.42329.2975.1533.14
Hex9415560562A2A1494b21
Octal224251260126525251111341
Binary10010100101011010110010101101010101010101010010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941556; }

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

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

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

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

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

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

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

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