Html Css Color HEX #990D52 Jazzberry Jam

📋 copy color: '#990D52'

red 153 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #990D52

Tints of Jazzberry Jam #990D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 61.69%
G = 5.24%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990D52 (or 0x990D52) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 52. RGB value is (153,13,82). Sum of RGB (Red+Green+Blue) = 153+13+82=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #990D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D52 is #66F2AD. Grayscale: #3E3E3E. Windows color (decimal): -6746798 or 5377433. OLE color: 5377433.

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

Color convert

RGB 153 13 82 -
CMYK 0 0.92 0.46 0.4
HSL 330.43º 0.84% 0.33% -
HSV(B) 330.43º 0.92% 0.6% -
XYZ 14.8 7.67 8.68 -
YUV 62.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 153 13 82 0 0.92 0.46 0.4 330.43 0.84 0.33
Hex 99 D 52 0 5C 2E 28 14A 54 21
Octal 231 15 122 0 134 56 50 512 124 41
Binary 10011001 1101 1010010 0 1011100 101110 101000 101001010 1010100 100001

Color Harmonies of #990D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D52

Black with #990D52

Text Example


Text Example

White with #990D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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