#940A51

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

Shades of Jazzberry Jam #940A51

Tints of Jazzberry Jam #940A51

Color information

#940A51 (or 0x940A51) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0A and 51. RGB value is (148,10,81). Sum of RGB (Red+Green+Blue) = 148+10+81=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #940A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A51 is #6BF5AE. Grayscale: #3B3B3B. Windows color (decimal): -7075247 or 5311124. OLE color: 5311124.

HSL color Cylindrical-coordinate representation of color #940A51: hue angle of 329.13º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A51 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1481081-
CMYK00.930.450.42
HSL329.13º87.34%30.98%-
HSV(B)329.13º93.24%58.04%-
XYZ13.817.118.43-
YUV59.36140.22191.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=61.92%
G=4.18%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148108100.930.450.42329.1387.3430.98
Hex94A5105D2D2A149571f
Octal224121210135555251112737
Binary100101001010101000101011101101101101010101001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,10,81); }

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

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

 a { background-color: rgb(148,10,81); }

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

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

 span { border-color: rgb(148,10,81); }

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