#941350

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

Shades of Jazzberry Jam #941350

Tints of Jazzberry Jam #941350

Color information

#941350 (or 0x941350) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 13 and 50. RGB value is (148,19,80). Sum of RGB (Red+Green+Blue) = 148+19+80=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #941350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941350 is #6BECAF. Grayscale: #404040. Windows color (decimal): -7072944 or 5247892. OLE color: 5247892.

HSL color Cylindrical-coordinate representation of color #941350: hue angle of 331.63º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941350 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1481980-
CMYK00.870.460.42
HSL331.63º77.25%32.75%-
HSV(B)331.63º87.16%58.04%-
XYZ13.897.348.27-
YUV64.52136.74187.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=59.92%
G=7.69%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148198000.870.460.42331.6377.2532.75
Hex9413500572E2A14c4d21
Octal224231200127565251411541
Binary10010100100111010000010101111011101010101010011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941350; }

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

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

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

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

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

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

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

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