#941450

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

Shades of Jazzberry Jam #941450

Tints of Jazzberry Jam #941450

Color information

#941450 (or 0x941450) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 14 and 50. RGB value is (148,20,80). Sum of RGB (Red+Green+Blue) = 148+20+80=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #941450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941450 is #6BEBAF. Grayscale: #414141. Windows color (decimal): -7072688 or 5248148. OLE color: 5248148.

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

Color convert

RGB1482080-
CMYK00.860.460.42
HSL331.88º76.19%32.94%-
HSV(B)331.88º86.49%58.04%-
XYZ13.917.388.28-
YUV65.11136.41187.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=59.68%
G=8.06%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148208000.860.460.42331.8876.1932.94
Hex9414500562E2A14c4c21
Octal224241200126565251411441
Binary10010100101001010000010101101011101010101010011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941450; }

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

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

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

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

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

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

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

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