Html Css Color HEX #990E5A Jazzberry Jam

📋 copy color: '#990E5A'

red 153 ◦ green 14 ◦ blue 90

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

Shades of Jazzberry Jam #990E5A

Tints of Jazzberry Jam #990E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

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

R = 59.53%
G = 5.45%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#990E5A (or 0x990E5A) is known color: Jazzberry Jam. HEX triplet: 99, 0E and 5A. RGB value is (153,14,90). Sum of RGB (Red+Green+Blue) = 153+14+90=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E5A is #66F1A5. Grayscale: #404040. Windows color (decimal): -6746534 or 5901977. OLE color: 5901977.

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

Color convert

RGB 153 14 90 -
CMYK 0 0.91 0.41 0.4
HSL 327.19º 0.83% 0.33% -
HSV(B) 327.19º 0.91% 0.6% -
XYZ 15.14 7.82 10.39 -
YUV 64.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 153 14 90 0 0.91 0.41 0.4 327.19 0.83 0.33
Hex 99 E 5A 0 5B 29 28 147 53 21
Octal 231 16 132 0 133 51 50 507 123 41
Binary 10011001 1110 1011010 0 1011011 101001 101000 101000111 1010011 100001

Color Harmonies of #990E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E5A

Black with #990E5A

Text Example


Text Example

White with #990E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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