Html Css Color HEX #990D50 Jazzberry Jam

📋 copy color: '#990D50'

red 153 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #990D50

Tints of Jazzberry Jam #990D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

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

R = 62.2%
G = 5.28%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#990D50 (or 0x990D50) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 50. RGB value is (153,13,80). Sum of RGB (Red+Green+Blue) = 153+13+80=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D50 is #66F2AF. Grayscale: #3E3E3E. Windows color (decimal): -6746800 or 5246361. OLE color: 5246361.

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

Color convert

RGB 153 13 80 -
CMYK 0 0.92 0.48 0.4
HSL 331.29º 0.84% 0.33% -
HSV(B) 331.29º 0.92% 0.6% -
XYZ 14.73 7.64 8.29 -
YUV 62.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 153 13 80 0 0.92 0.48 0.4 331.29 0.84 0.33
Hex 99 D 50 0 5C 30 28 14B 54 21
Octal 231 15 120 0 134 60 50 513 124 41
Binary 10011001 1101 1010000 0 1011100 110000 101000 101001011 1010100 100001

Color Harmonies of #990D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D50

Black with #990D50

Text Example


Text Example

White with #990D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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