Html Css Color HEX #990147 Jazzberry Jam

📋 copy color: '#990147'

red 153 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #990147

Tints of Jazzberry Jam #990147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 68%
G = 0.44%
B = 31.56%

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

#990147 (or 0x990147) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 47. RGB value is (153,1,71). Sum of RGB (Red+Green+Blue) = 153+1+71=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990147 is #66FEB8. Grayscale: #363636. Windows color (decimal): -6749881 or 4653465. OLE color: 4653465.

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

Color convert

RGB 153 1 71 -
CMYK 0 0.99 0.54 0.4
HSL 332.37º 0.99% 0.3% -
HSV(B) 332.37º 0.99% 0.6% -
XYZ 14.29 7.25 6.61 -
YUV 54.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 153 1 71 0 0.99 0.54 0.4 332.37 0.99 0.3
Hex 99 1 47 0 63 36 28 14C 63 1E
Octal 231 1 107 0 143 66 50 514 143 36
Binary 10011001 1 1000111 0 1100011 110110 101000 101001100 1100011 11110

Color Harmonies of #990147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990147

Black with #990147

Text Example


Text Example

White with #990147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990147; }

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

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

background-color css

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

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

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

border-color css

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

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

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