Html Css Color HEX #940949 Jazzberry Jam

📋 copy color: '#940949'

red 148 ◦ green 9 ◦ blue 73

#940949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #940949

Tints of Jazzberry Jam #940949

RGB

 RED value IS 148 (58.2% from 255) = 64.35%

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 64.35%
G = 3.91%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#940949 (or 0x940949) is known color: Jazzberry Jam. HEX triplet: 94, 09 and 49. RGB value is (148,9,73). Sum of RGB (Red+Green+Blue) = 148+9+73=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #940949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940949 is #6BF6B6. Grayscale: #393939. Windows color (decimal): -7075511 or 4786580. OLE color: 4786580.

HSL color Cylindrical-coordinate representation of color #940949: hue angle of 332.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940949 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 73 -
CMYK 0 0.94 0.51 0.42
HSL 332.37º 0.89% 0.31% -
HSV(B) 332.37º 0.94% 0.58% -
XYZ 13.51 6.97 6.94 -
YUV 57.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 148 9 73 0 0.94 0.51 0.42 332.37 0.89 0.31
Hex 94 9 49 0 5E 33 2A 14C 59 1F
Octal 224 11 111 0 136 63 52 514 131 37
Binary 10010100 1001 1001001 0 1011110 110011 101010 101001100 1011001 11111

Color Harmonies of #940949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940949

Black with #940949

Text Example


Text Example

White with #940949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940949; }

 p { color: rgb(148,9,73); }

 H1.HeaderClassName
 {
   color: #940949;
 }
 .AnyTagClassName
 {
   color: #940949;
 }
</style>

background-color css

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

 a { background-color: rgb(148,9,73); }

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

border-color css

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

 span { border-color: rgb(148,9,73); }

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