Html Css Color HEX #990256 Jazzberry Jam

📋 copy color: '#990256'

red 153 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #990256

Tints of Jazzberry Jam #990256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 63.49%
G = 0.83%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990256 (or 0x990256) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 56. RGB value is (153,2,86). Sum of RGB (Red+Green+Blue) = 153+2+86=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990256 is #66FDA9. Grayscale: #383838. Windows color (decimal): -6749610 or 5636761. OLE color: 5636761.

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

Color convert

RGB 153 2 86 -
CMYK 0 0.99 0.44 0.4
HSL 326.62º 0.97% 0.3% -
HSV(B) 326.62º 0.99% 0.6% -
XYZ 14.84 7.49 9.47 -
YUV 56.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 153 2 86 0 0.99 0.44 0.4 326.62 0.97 0.3
Hex 99 2 56 0 63 2C 28 147 61 1E
Octal 231 2 126 0 143 54 50 507 141 36
Binary 10011001 10 1010110 0 1100011 101100 101000 101000111 1100001 11110

Color Harmonies of #990256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990256

Black with #990256

Text Example


Text Example

White with #990256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990256; }

 p { color: rgb(153,2,86); }

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

background-color css

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

 a { background-color: rgb(153,2,86); }

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

border-color css

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

 span { border-color: rgb(153,2,86); }

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