#941357

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

Shades of Jazzberry Jam #941357

Tints of Jazzberry Jam #941357

Color information

#941357 (or 0x941357) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 13 and 57. RGB value is (148,19,87). Sum of RGB (Red+Green+Blue) = 148+19+87=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #941357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941357 is #6BECA8. Grayscale: #414141. Windows color (decimal): -7072937 or 5706644. OLE color: 5706644.

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

Color convert

RGB1481987-
CMYK00.870.410.42
HSL328.37º77.25%32.75%-
HSV(B)328.37º87.16%58.04%-
XYZ14.177.459.71-
YUV65.32140.24186.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=58.27%
G=7.48%
B=34.25%

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
Decimal148198700.870.410.42328.3777.2532.75
Hex941357057292A1484d21
Octal224231270127515251011541
Binary10010100100111010111010101111010011010101010010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941357; }

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

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

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

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

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

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

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

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