Html Css Color HEX #990250 Jazzberry Jam

📋 copy color: '#990250'

red 153 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #990250

Tints of Jazzberry Jam #990250

RGB

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

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

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

R = 65.11%
G = 0.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#990250 (or 0x990250) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 50. RGB value is (153,2,80). Sum of RGB (Red+Green+Blue) = 153+2+80=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #990250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990250 is #66FDAF. Grayscale: #373737. Windows color (decimal): -6749616 or 5243545. OLE color: 5243545.

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

Color convert

RGB 153 2 80 -
CMYK 0 0.99 0.48 0.4
HSL 329.01º 0.97% 0.3% -
HSV(B) 329.01º 0.99% 0.6% -
XYZ 14.61 7.39 8.25 -
YUV 56.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 153 2 80 0 0.99 0.48 0.4 329.01 0.97 0.3
Hex 99 2 50 0 63 30 28 149 61 1E
Octal 231 2 120 0 143 60 50 511 141 36
Binary 10011001 10 1010000 0 1100011 110000 101000 101001001 1100001 11110

Color Harmonies of #990250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990250

Black with #990250

Text Example


Text Example

White with #990250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990250; }

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

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

background-color css

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

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

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

border-color css

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

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

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