Html Css Color HEX #990D5A Jazzberry Jam

📋 copy color: '#990D5A'

red 153 ◦ green 13 ◦ blue 90

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

Shades of Jazzberry Jam #990D5A

Tints of Jazzberry Jam #990D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 59.77%
G = 5.08%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#990D5A (or 0x990D5A) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 5A. RGB value is (153,13,90). Sum of RGB (Red+Green+Blue) = 153+13+90=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D5A is #66F2A5. Grayscale: #3F3F3F. Windows color (decimal): -6746790 or 5901721. OLE color: 5901721.

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

Color convert

RGB 153 13 90 -
CMYK 0 0.92 0.41 0.4
HSL 327º 0.84% 0.33% -
HSV(B) 327º 0.92% 0.6% -
XYZ 15.13 7.8 10.38 -
YUV 63.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 153 13 90 0 0.92 0.41 0.4 327 0.84 0.33
Hex 99 D 5A 0 5C 29 28 147 54 21
Octal 231 15 132 0 134 51 50 507 124 41
Binary 10011001 1101 1011010 0 1011100 101001 101000 101000111 1010100 100001

Color Harmonies of #990D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D5A

Black with #990D5A

Text Example


Text Example

White with #990D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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