Html Css Color HEX #990247 Jazzberry Jam

📋 copy color: '#990247'

red 153 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #990247

Tints of Jazzberry Jam #990247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 67.7%
G = 0.88%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#990247 (or 0x990247) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 47. RGB value is (153,2,71). Sum of RGB (Red+Green+Blue) = 153+2+71=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #990247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990247 is #66FDB8. Grayscale: #363636. Windows color (decimal): -6749625 or 4653721. OLE color: 4653721.

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

Color convert

RGB 153 2 71 -
CMYK 0 0.99 0.54 0.4
HSL 332.58º 0.97% 0.3% -
HSV(B) 332.58º 0.99% 0.6% -
XYZ 14.3 7.27 6.61 -
YUV 55.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 153 2 71 0 0.99 0.54 0.4 332.58 0.97 0.3
Hex 99 2 47 0 63 36 28 14D 61 1E
Octal 231 2 107 0 143 66 50 515 141 36
Binary 10011001 10 1000111 0 1100011 110110 101000 101001101 1100001 11110

Color Harmonies of #990247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990247

Black with #990247

Text Example


Text Example

White with #990247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990247; }

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

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

background-color css

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

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

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

border-color css

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

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

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