#941551

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

Shades of Jazzberry Jam #941551

Tints of Jazzberry Jam #941551

Color information

#941551 (or 0x941551) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 15 and 51. RGB value is (148,21,81). Sum of RGB (Red+Green+Blue) = 148+21+81=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #941551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941551 is #6BEAAE. Grayscale: #414141. Windows color (decimal): -7072431 or 5313940. OLE color: 5313940.

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

Color convert

RGB1482181-
CMYK00.860.450.42
HSL331.65º75.15%33.14%-
HSV(B)331.65º85.81%58.04%-
XYZ13.977.438.48-
YUV65.81136.58186.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=59.2%
G=8.4%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148218100.860.450.42331.6575.1533.14
Hex9415510562D2A14c4b21
Octal224251210126555251411341
Binary10010100101011010001010101101011011010101010011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941551; }

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

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

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

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

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

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

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

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