#941358

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

Shades of Jazzberry Jam #941358

Tints of Jazzberry Jam #941358

Color information

#941358 (or 0x941358) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 13 and 58. RGB value is (148,19,88). Sum of RGB (Red+Green+Blue) = 148+19+88=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #941358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941358 is #6BECA7. Grayscale: #414141. Windows color (decimal): -7072936 or 5772180. OLE color: 5772180.

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

Color convert

RGB1481988-
CMYK00.870.410.42
HSL327.91º77.25%32.75%-
HSV(B)327.91º87.16%58.04%-
XYZ14.217.479.92-
YUV65.44140.74186.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=58.04%
G=7.45%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148198800.870.410.42327.9177.2532.75
Hex941358057292A1484d21
Octal224231300127515251011541
Binary10010100100111011000010101111010011010101010010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941358; }

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

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

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

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

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

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

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

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