Html Css Color HEX #940249 Jazzberry Jam

📋 copy color: '#940249'

red 148 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #940249

Tints of Jazzberry Jam #940249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 66.37%
G = 0.9%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#940249 (or 0x940249) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 49. RGB value is (148,2,73). Sum of RGB (Red+Green+Blue) = 148+2+73=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #940249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940249 is #6BFDB6. Grayscale: #353535. Windows color (decimal): -7077303 or 4784788. OLE color: 4784788.

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

Color convert

RGB 148 2 73 -
CMYK 0 0.99 0.51 0.42
HSL 330.82º 0.97% 0.29% -
HSV(B) 330.82º 0.99% 0.58% -
XYZ 13.44 6.82 6.91 -
YUV 53.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 148 2 73 0 0.99 0.51 0.42 330.82 0.97 0.29
Hex 94 2 49 0 63 33 2A 14B 61 1D
Octal 224 2 111 0 143 63 52 513 141 35
Binary 10010100 10 1001001 0 1100011 110011 101010 101001011 1100001 11101

Color Harmonies of #940249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940249

Black with #940249

Text Example


Text Example

White with #940249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940249; }

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

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

background-color css

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

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

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

border-color css

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

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

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