#940043

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

Shades of Jazzberry Jam #940043

Tints of Jazzberry Jam #940043

Color information

#940043 (or 0x940043) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 00 and 43. RGB value is (148,0,67). Sum of RGB (Red+Green+Blue) = 148+0+67=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #940043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940043 is #6BFFBC. Grayscale: #333333. Windows color (decimal): -7077821 or 4391060. OLE color: 4391060.

HSL color Cylindrical-coordinate representation of color #940043: hue angle of 332.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940043 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB148067-
CMYK010.550.42
HSL332.84º100%29.02%-
HSV(B)332.84º100%58.04%-
XYZ13.236.75.91-
YUV51.89136.53196.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=68.84%
G=0%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148067010.550.42332.8410029.02
Hex94043064372A14d641d
Octal22401030144675251514435
Binary100101000100001101100100110111101010101001101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940043; }

 p { color: rgb(148,0,67); }

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

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

 a { background-color: rgb(148,0,67); }

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

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

 span { border-color: rgb(148,0,67); }

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