Html Css Color HEX #990349 Jazzberry Jam

📋 copy color: '#990349'

red 153 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #990349

Tints of Jazzberry Jam #990349

RGB

 RED value IS 153 (60.16% from 255) = 66.81%

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 66.81%
G = 1.31%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990349 (or 0x990349) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 49. RGB value is (153,3,73). Sum of RGB (Red+Green+Blue) = 153+3+73=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #990349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990349 is #66FCB6. Grayscale: #373737. Windows color (decimal): -6749367 or 4785049. OLE color: 4785049.

HSL color Cylindrical-coordinate representation of color #990349: hue angle of 332º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990349 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 73 -
CMYK 0 0.98 0.52 0.4
HSL 332º 0.96% 0.31% -
HSV(B) 332º 0.98% 0.6% -
XYZ 14.37 7.32 6.96 -
YUV 55.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 153 3 73 0 0.98 0.52 0.4 332 0.96 0.31
Hex 99 3 49 0 62 34 28 14C 60 1F
Octal 231 3 111 0 142 64 50 514 140 37
Binary 10011001 11 1001001 0 1100010 110100 101000 101001100 1100000 11111

Color Harmonies of #990349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990349

Black with #990349

Text Example


Text Example

White with #990349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990349; }

 p { color: rgb(153,3,73); }

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

background-color css

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

 a { background-color: rgb(153,3,73); }

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

border-color css

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

 span { border-color: rgb(153,3,73); }

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