#940D4E

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

Shades of Jazzberry Jam #940D4E

Tints of Jazzberry Jam #940D4E

Color information

#940D4E (or 0x940D4E) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0D and 4E. RGB value is (148,13,78). Sum of RGB (Red+Green+Blue) = 148+13+78=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #940D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D4E is #6BF2B1. Grayscale: #3C3C3C. Windows color (decimal): -7074482 or 5115284. OLE color: 5115284.

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

Color convert

RGB1481378-
CMYK00.910.470.42
HSL331.11º83.85%31.57%-
HSV(B)331.11º91.22%58.04%-
XYZ13.737.137.86-
YUV60.77137.73190.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=61.92%
G=5.44%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148137800.910.470.42331.1183.8531.57
Hex94D4E05B2F2A14b5420
Octal224151160133575251312440
Binary1001010011011001110010110111011111010101010010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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