Html Css Color HEX #990D60 Jazzberry Jam

📋 copy color: '#990D60'

red 153 ◦ green 13 ◦ blue 96

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

Shades of Jazzberry Jam #990D60

Tints of Jazzberry Jam #990D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 58.4%
G = 4.96%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#990D60 (or 0x990D60) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 60. RGB value is (153,13,96). Sum of RGB (Red+Green+Blue) = 153+13+96=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #990D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D60 is #66F29F. Grayscale: #404040. Windows color (decimal): -6746784 or 6294937. OLE color: 6294937.

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

Color convert

RGB 153 13 96 -
CMYK 0 0.92 0.37 0.4
HSL 324.43º 0.84% 0.33% -
HSV(B) 324.43º 0.92% 0.6% -
XYZ 15.39 7.9 11.78 -
YUV 64.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 153 13 96 0 0.92 0.37 0.4 324.43 0.84 0.33
Hex 99 D 60 0 5C 25 28 144 54 21
Octal 231 15 140 0 134 45 50 504 124 41
Binary 10011001 1101 1100000 0 1011100 100101 101000 101000100 1010100 100001

Color Harmonies of #990D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D60

Black with #990D60

Text Example


Text Example

White with #990D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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