Html Css Color HEX #990A4D Jazzberry Jam

📋 copy color: '#990A4D'

red 153 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #990A4D

Tints of Jazzberry Jam #990A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 63.75%
G = 4.17%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#990A4D (or 0x990A4D) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 4D. RGB value is (153,10,77). Sum of RGB (Red+Green+Blue) = 153+10+77=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A4D is #66F5B2. Grayscale: #3C3C3C. Windows color (decimal): -6747571 or 5048985. OLE color: 5048985.

HSL color Cylindrical-coordinate representation of color #990A4D: hue angle of 331.89º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A4D is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 10 77 -
CMYK 0 0.93 0.50 0.4
HSL 331.89º 0.88% 0.32% -
HSV(B) 331.89º 0.93% 0.6% -
XYZ 14.58 7.53 7.7 -
YUV 60.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 153 10 77 0 0.93 0.50 0.4 331.89 0.88 0.32
Hex 99 A 4D 0 5D 32 28 14C 58 20
Octal 231 12 115 0 135 62 50 514 130 40
Binary 10011001 1010 1001101 0 1011101 110010 101000 101001100 1011000 100000

Color Harmonies of #990A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A4D

Black with #990A4D

Text Example


Text Example

White with #990A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,10,77); }

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

background-color css

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

 a { background-color: rgb(153,10,77); }

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

border-color css

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

 span { border-color: rgb(153,10,77); }

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