Html Css Color HEX #990D53 Jazzberry Jam

📋 copy color: '#990D53'

red 153 ◦ green 13 ◦ blue 83

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

Shades of Jazzberry Jam #990D53

Tints of Jazzberry Jam #990D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 61.45%
G = 5.22%
B = 33.33%

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

#990D53 (or 0x990D53) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 53. RGB value is (153,13,83). Sum of RGB (Red+Green+Blue) = 153+13+83=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D53 is #66F2AC. Grayscale: #3E3E3E. Windows color (decimal): -6746797 or 5442969. OLE color: 5442969.

HSL color Cylindrical-coordinate representation of color #990D53: hue angle of 330º 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 #990D53 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 83 -
CMYK 0 0.92 0.46 0.4
HSL 330º 0.84% 0.33% -
HSV(B) 330º 0.92% 0.6% -
XYZ 14.84 7.68 8.88 -
YUV 62.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 153 13 83 0 0.92 0.46 0.4 330 0.84 0.33
Hex 99 D 53 0 5C 2E 28 14A 54 21
Octal 231 15 123 0 134 56 50 512 124 41
Binary 10011001 1101 1010011 0 1011100 101110 101000 101001010 1010100 100001

Color Harmonies of #990D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D53

Black with #990D53

Text Example


Text Example

White with #990D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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