Html Css Color HEX #991963 Jazzberry Jam

📋 copy color: '#991963'

red 153 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #991963

Tints of Jazzberry Jam #991963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 55.23%
G = 9.03%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#991963 (or 0x991963) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 63. RGB value is (153,25,99). Sum of RGB (Red+Green+Blue) = 153+25+99=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #991963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991963 is #66E69C. Grayscale: #474747. Windows color (decimal): -6743709 or 6494617. OLE color: 6494617.

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

Color convert

RGB 153 25 99 -
CMYK 0 0.84 0.35 0.4
HSL 325.31º 0.72% 0.35% -
HSV(B) 325.31º 0.84% 0.6% -
XYZ 15.74 8.37 12.59 -
YUV 71.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 153 25 99 0 0.84 0.35 0.4 325.31 0.72 0.35
Hex 99 19 63 0 54 23 28 145 48 23
Octal 231 31 143 0 124 43 50 505 110 43
Binary 10011001 11001 1100011 0 1010100 100011 101000 101000101 1001000 100011

Color Harmonies of #991963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991963

Black with #991963

Text Example


Text Example

White with #991963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991963; }

 p { color: rgb(153,25,99); }

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

background-color css

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

 a { background-color: rgb(153,25,99); }

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

border-color css

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

 span { border-color: rgb(153,25,99); }

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