#940E5D

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

Shades of Jazzberry Jam #940E5D

Tints of Jazzberry Jam #940E5D

Color information

#940E5D (or 0x940E5D) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0E and 5D. RGB value is (148,14,93). Sum of RGB (Red+Green+Blue) = 148+14+93=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E5D is #6BF1A2. Grayscale: #3E3E3E. Windows color (decimal): -7074211 or 6098580. OLE color: 6098580.

HSL color Cylindrical-coordinate representation of color #940E5D: hue angle of 324.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E5D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1481493-
CMYK00.910.370.42
HSL324.63º82.72%31.76%-
HSV(B)324.63º90.54%58.04%-
XYZ14.357.411.03-
YUV63.07144.89188.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=58.04%
G=5.49%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149300.910.370.42324.6382.7231.76
Hex94E5D05B252A1455320
Octal224161350133455250512340
Binary1001010011101011101010110111001011010101010001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940E5D; }

 p { color: rgb(148,14,93); }

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

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

 a { background-color: rgb(148,14,93); }

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

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

 span { border-color: rgb(148,14,93); }

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