Html Css Color HEX #990050 Jazzberry Jam

📋 copy color: '#990050'

red 153 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #990050

Tints of Jazzberry Jam #990050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 65.67%
G = 0%
B = 34.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#990050 (or 0x990050) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 50. RGB value is (153,0,80). Sum of RGB (Red+Green+Blue) = 153+0+80=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #990050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990050 is #66FFAF. Grayscale: #363636. Windows color (decimal): -6750128 or 5243033. OLE color: 5243033.

HSL color Cylindrical-coordinate representation of color #990050: hue angle of 328.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990050 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 80 -
CMYK 0 1 0.48 0.4
HSL 328.63º 1% 0.3% -
HSV(B) 328.63º 1% 0.6% -
XYZ 14.58 7.35 8.24 -
YUV 54.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 153 0 80 0 1 0.48 0.4 328.63 1 0.3
Hex 99 0 50 0 64 30 28 149 64 1E
Octal 231 0 120 0 144 60 50 511 144 36
Binary 10011001 0 1010000 0 1100100 110000 101000 101001001 1100100 11110

Color Harmonies of #990050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990050

Black with #990050

Text Example


Text Example

White with #990050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990050; }

 p { color: rgb(153,0,80); }

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

background-color css

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

 a { background-color: rgb(153,0,80); }

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

border-color css

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

 span { border-color: rgb(153,0,80); }

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