Html Css Color HEX #991255 Jazzberry Jam

📋 copy color: '#991255'

red 153 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #991255

Tints of Jazzberry Jam #991255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 59.77%
G = 7.03%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#991255 (or 0x991255) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 55. RGB value is (153,18,85). Sum of RGB (Red+Green+Blue) = 153+18+85=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #991255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991255 is #66EDAA. Grayscale: #414141. Windows color (decimal): -6745515 or 5575321. OLE color: 5575321.

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

Color convert

RGB 153 18 85 -
CMYK 0 0.88 0.44 0.4
HSL 330.22º 0.79% 0.34% -
HSV(B) 330.22º 0.88% 0.6% -
XYZ 14.99 7.86 9.32 -
YUV 66 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 153 18 85 0 0.88 0.44 0.4 330.22 0.79 0.34
Hex 99 12 55 0 58 2C 28 14A 4F 22
Octal 231 22 125 0 130 54 50 512 117 42
Binary 10011001 10010 1010101 0 1011000 101100 101000 101001010 1001111 100010

Color Harmonies of #991255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991255

Black with #991255

Text Example


Text Example

White with #991255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991255; }

 p { color: rgb(153,18,85); }

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

background-color css

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

 a { background-color: rgb(153,18,85); }

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

border-color css

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

 span { border-color: rgb(153,18,85); }

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