#940D52

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

Shades of Jazzberry Jam #940D52

Tints of Jazzberry Jam #940D52

Color information

#940D52 (or 0x940D52) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0D and 52. RGB value is (148,13,82). Sum of RGB (Red+Green+Blue) = 148+13+82=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #940D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D52 is #6BF2AD. Grayscale: #3D3D3D. Windows color (decimal): -7074478 or 5377428. OLE color: 5377428.

HSL color Cylindrical-coordinate representation of color #940D52: hue angle of 329.33º degrees, saturation: 0.84, 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 #940D52 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1481382-
CMYK00.910.450.42
HSL329.33º83.85%31.57%-
HSV(B)329.33º91.22%58.04%-
XYZ13.887.198.64-
YUV61.23139.73189.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=60.91%
G=5.35%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148138200.910.450.42329.3383.8531.57
Hex94D5205B2D2A1495420
Octal224151220133555251112440
Binary1001010011011010010010110111011011010101010010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,82); }

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

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

 a { background-color: rgb(148,13,82); }

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

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

 span { border-color: rgb(148,13,82); }

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