#940C4D

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

Shades of Jazzberry Jam #940C4D

Tints of Jazzberry Jam #940C4D

Color information

#940C4D (or 0x940C4D) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0C and 4D. RGB value is (148,12,77). Sum of RGB (Red+Green+Blue) = 148+12+77=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C4D is #6BF3B2. Grayscale: #3B3B3B. Windows color (decimal): -7074739 or 5049492. OLE color: 5049492.

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

Color convert

RGB1481277-
CMYK00.920.480.42
HSL331.32º85%31.37%-
HSV(B)331.32º91.89%58.04%-
XYZ13.687.097.67-
YUV60.07137.56190.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=62.45%
G=5.06%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148127700.920.480.42331.328531.37
Hex94C4D05C302A14b551f
Octal224141150134605251312537
Binary100101001100100110101011100110000101010101001011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,12,77); }

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

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

 a { background-color: rgb(148,12,77); }

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

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

 span { border-color: rgb(148,12,77); }

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