Html Css Color HEX #990C54 Jazzberry Jam

📋 copy color: '#990C54'

red 153 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #990C54

Tints of Jazzberry Jam #990C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 61.45%
G = 4.82%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#990C54 (or 0x990C54) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 54. RGB value is (153,12,84). Sum of RGB (Red+Green+Blue) = 153+12+84=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C54 is #66F3AB. Grayscale: #3E3E3E. Windows color (decimal): -6747052 or 5508249. OLE color: 5508249.

HSL color Cylindrical-coordinate representation of color #990C54: hue angle of 329.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C54 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 12 84 -
CMYK 0 0.92 0.45 0.4
HSL 329.36º 0.85% 0.32% -
HSV(B) 329.36º 0.92% 0.6% -
XYZ 14.87 7.68 9.09 -
YUV 62.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 153 12 84 0 0.92 0.45 0.4 329.36 0.85 0.32
Hex 99 C 54 0 5C 2D 28 149 55 20
Octal 231 14 124 0 134 55 50 511 125 40
Binary 10011001 1100 1010100 0 1011100 101101 101000 101001001 1010101 100000

Color Harmonies of #990C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C54

Black with #990C54

Text Example


Text Example

White with #990C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990C54; }

 p { color: rgb(153,12,84); }

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

background-color css

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

 a { background-color: rgb(153,12,84); }

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

border-color css

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

 span { border-color: rgb(153,12,84); }

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