Html Css Color HEX #991050 Jazzberry Jam

📋 copy color: '#991050'

red 153 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #991050

Tints of Jazzberry Jam #991050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 61.45%
G = 6.43%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#991050 (or 0x991050) is known color: Jazzberry Jam. HEX triplet: 99, 10 and 50. RGB value is (153,16,80). Sum of RGB (Red+Green+Blue) = 153+16+80=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #991050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991050 is #66EFAF. Grayscale: #404040. Windows color (decimal): -6746032 or 5247129. OLE color: 5247129.

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

Color convert

RGB 153 16 80 -
CMYK 0 0.90 0.48 0.4
HSL 331.97º 0.81% 0.33% -
HSV(B) 331.97º 0.9% 0.6% -
XYZ 14.77 7.72 8.3 -
YUV 64.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 153 16 80 0 0.90 0.48 0.4 331.97 0.81 0.33
Hex 99 10 50 0 5A 30 28 14C 51 21
Octal 231 20 120 0 132 60 50 514 121 41
Binary 10011001 10000 1010000 0 1011010 110000 101000 101001100 1010001 100001

Color Harmonies of #991050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991050

Black with #991050

Text Example


Text Example

White with #991050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991050; }

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

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

background-color css

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

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

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

border-color css

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

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

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