Html Css Color HEX #991553 Jazzberry Jam

📋 copy color: '#991553'

red 153 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #991553

Tints of Jazzberry Jam #991553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 59.53%
G = 8.17%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#991553 (or 0x991553) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 53. RGB value is (153,21,83). Sum of RGB (Red+Green+Blue) = 153+21+83=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991553 is #66EAAC. Grayscale: #434343. Windows color (decimal): -6744749 or 5445017. OLE color: 5445017.

HSL color Cylindrical-coordinate representation of color #991553: hue angle of 331.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991553 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 83 -
CMYK 0 0.86 0.46 0.4
HSL 331.82º 0.76% 0.34% -
HSV(B) 331.82º 0.86% 0.6% -
XYZ 14.97 7.93 8.93 -
YUV 67.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 153 21 83 0 0.86 0.46 0.4 331.82 0.76 0.34
Hex 99 15 53 0 56 2E 28 14C 4C 22
Octal 231 25 123 0 126 56 50 514 114 42
Binary 10011001 10101 1010011 0 1010110 101110 101000 101001100 1001100 100010

Color Harmonies of #991553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991553

Black with #991553

Text Example


Text Example

White with #991553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991553; }

 p { color: rgb(153,21,83); }

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

background-color css

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

 a { background-color: rgb(153,21,83); }

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

border-color css

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

 span { border-color: rgb(153,21,83); }

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