Html Css Color HEX #940449 Jazzberry Jam

📋 copy color: '#940449'

red 148 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #940449

Tints of Jazzberry Jam #940449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 65.78%
G = 1.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#940449 (or 0x940449) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 49. RGB value is (148,4,73). Sum of RGB (Red+Green+Blue) = 148+4+73=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #940449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940449 is #6BFBB6. Grayscale: #363636. Windows color (decimal): -7076791 or 4785300. OLE color: 4785300.

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

Color convert

RGB 148 4 73 -
CMYK 0 0.97 0.51 0.42
HSL 331.25º 0.95% 0.3% -
HSV(B) 331.25º 0.97% 0.58% -
XYZ 13.46 6.86 6.92 -
YUV 54.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 148 4 73 0 0.97 0.51 0.42 331.25 0.95 0.3
Hex 94 4 49 0 61 33 2A 14B 5F 1E
Octal 224 4 111 0 141 63 52 513 137 36
Binary 10010100 100 1001001 0 1100001 110011 101010 101001011 1011111 11110

Color Harmonies of #940449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940449

Black with #940449

Text Example


Text Example

White with #940449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940449; }

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

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

background-color css

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

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

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

border-color css

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

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

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