Html Css Color HEX #990347 Jazzberry Jam

📋 copy color: '#990347'

red 153 ◦ green 3 ◦ blue 71

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

Shades of Jazzberry Jam #990347

Tints of Jazzberry Jam #990347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 67.4%
G = 1.32%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#990347 (or 0x990347) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 47. RGB value is (153,3,71). Sum of RGB (Red+Green+Blue) = 153+3+71=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990347 is #66FCB8. Grayscale: #373737. Windows color (decimal): -6749369 or 4653977. OLE color: 4653977.

HSL color Cylindrical-coordinate representation of color #990347: hue angle of 332.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990347 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 71 -
CMYK 0 0.98 0.54 0.4
HSL 332.8º 0.96% 0.31% -
HSV(B) 332.8º 0.98% 0.6% -
XYZ 14.31 7.29 6.61 -
YUV 55.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 153 3 71 0 0.98 0.54 0.4 332.8 0.96 0.31
Hex 99 3 47 0 62 36 28 14D 60 1F
Octal 231 3 107 0 142 66 50 515 140 37
Binary 10011001 11 1000111 0 1100010 110110 101000 101001101 1100000 11111

Color Harmonies of #990347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990347

Black with #990347

Text Example


Text Example

White with #990347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990347; }

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

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

background-color css

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

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

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

border-color css

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

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

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