Html Css Color HEX #991262 Jazzberry Jam

📋 copy color: '#991262'

red 153 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #991262

Tints of Jazzberry Jam #991262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 56.88%
G = 6.69%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#991262 (or 0x991262) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 62. RGB value is (153,18,98). Sum of RGB (Red+Green+Blue) = 153+18+98=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #991262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991262 is #66ED9D. Grayscale: #434343. Windows color (decimal): -6745502 or 6427289. OLE color: 6427289.

HSL color Cylindrical-coordinate representation of color #991262: hue angle of 324.44º 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 #991262 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 98 -
CMYK 0 0.88 0.36 0.4
HSL 324.44º 0.79% 0.34% -
HSV(B) 324.44º 0.88% 0.6% -
XYZ 15.56 8.09 12.3 -
YUV 67.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 153 18 98 0 0.88 0.36 0.4 324.44 0.79 0.34
Hex 99 12 62 0 58 24 28 144 4F 22
Octal 231 22 142 0 130 44 50 504 117 42
Binary 10011001 10010 1100010 0 1011000 100100 101000 101000100 1001111 100010

Color Harmonies of #991262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991262

Black with #991262

Text Example


Text Example

White with #991262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991262; }

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

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

background-color css

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

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

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

border-color css

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

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

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