Html Css Color HEX #990048 Jazzberry Jam

📋 copy color: '#990048'

red 153 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #990048

Tints of Jazzberry Jam #990048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 68%
G = 0%
B = 32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#990048 (or 0x990048) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 48. RGB value is (153,0,72). Sum of RGB (Red+Green+Blue) = 153+0+72=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990048 is #66FFB7. Grayscale: #353535. Windows color (decimal): -6750136 or 4718745. OLE color: 4718745.

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

Color convert

RGB 153 0 72 -
CMYK 0 1 0.53 0.4
HSL 331.76º 1% 0.3% -
HSV(B) 331.76º 1% 0.6% -
XYZ 14.31 7.24 6.77 -
YUV 53.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 153 0 72 0 1 0.53 0.4 331.76 1 0.3
Hex 99 0 48 0 64 35 28 14C 64 1E
Octal 231 0 110 0 144 65 50 514 144 36
Binary 10011001 0 1001000 0 1100100 110101 101000 101001100 1100100 11110

Color Harmonies of #990048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990048

Black with #990048

Text Example


Text Example

White with #990048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990048; }

 p { color: rgb(153,0,72); }

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

background-color css

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

 a { background-color: rgb(153,0,72); }

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

border-color css

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

 span { border-color: rgb(153,0,72); }

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