Html Css Color HEX #990F52 Jazzberry Jam

📋 copy color: '#990F52'

red 153 ◦ green 15 ◦ blue 82

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

Shades of Jazzberry Jam #990F52

Tints of Jazzberry Jam #990F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 61.2%
G = 6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990F52 (or 0x990F52) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 52. RGB value is (153,15,82). Sum of RGB (Red+Green+Blue) = 153+15+82=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #990F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F52 is #66F0AD. Grayscale: #3F3F3F. Windows color (decimal): -6746286 or 5377945. OLE color: 5377945.

HSL color Cylindrical-coordinate representation of color #990F52: hue angle of 330.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F52 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 82 -
CMYK 0 0.90 0.46 0.4
HSL 330.87º 0.82% 0.33% -
HSV(B) 330.87º 0.9% 0.6% -
XYZ 14.83 7.72 8.69 -
YUV 63.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 153 15 82 0 0.90 0.46 0.4 330.87 0.82 0.33
Hex 99 F 52 0 5A 2E 28 14B 52 21
Octal 231 17 122 0 132 56 50 513 122 41
Binary 10011001 1111 1010010 0 1011010 101110 101000 101001011 1010010 100001

Color Harmonies of #990F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F52

Black with #990F52

Text Example


Text Example

White with #990F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,82); }

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

background-color css

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

 a { background-color: rgb(153,15,82); }

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

border-color css

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

 span { border-color: rgb(153,15,82); }

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