Html Css Color HEX #990F4D Jazzberry Jam

📋 copy color: '#990F4D'

red 153 ◦ green 15 ◦ blue 77

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

Shades of Jazzberry Jam #990F4D

Tints of Jazzberry Jam #990F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

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

R = 62.45%
G = 6.12%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#990F4D (or 0x990F4D) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 4D. RGB value is (153,15,77). Sum of RGB (Red+Green+Blue) = 153+15+77=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #990F4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F4D is #66F0B2. Grayscale: #3F3F3F. Windows color (decimal): -6746291 or 5050265. OLE color: 5050265.

HSL color Cylindrical-coordinate representation of color #990F4D: hue angle of 333.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F4D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 77 -
CMYK 0 0.90 0.50 0.4
HSL 333.04º 0.82% 0.33% -
HSV(B) 333.04º 0.9% 0.6% -
XYZ 14.65 7.65 7.73 -
YUV 63.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 153 15 77 0 0.90 0.50 0.4 333.04 0.82 0.33
Hex 99 F 4D 0 5A 32 28 14D 52 21
Octal 231 17 115 0 132 62 50 515 122 41
Binary 10011001 1111 1001101 0 1011010 110010 101000 101001101 1010010 100001

Color Harmonies of #990F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F4D

Black with #990F4D

Text Example


Text Example

White with #990F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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