Html Css Color HEX #990A4C Jazzberry Jam

📋 copy color: '#990A4C'

red 153 ◦ green 10 ◦ blue 76

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

Shades of Jazzberry Jam #990A4C

Tints of Jazzberry Jam #990A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 64.02%
G = 4.18%
B = 31.8%

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

#990A4C (or 0x990A4C) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 4C. RGB value is (153,10,76). Sum of RGB (Red+Green+Blue) = 153+10+76=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990A4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A4C is #66F5B3. Grayscale: #3C3C3C. Windows color (decimal): -6747572 or 4983449. OLE color: 4983449.

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

Color convert

RGB 153 10 76 -
CMYK 0 0.93 0.50 0.4
HSL 332.31º 0.88% 0.32% -
HSV(B) 332.31º 0.93% 0.6% -
XYZ 14.55 7.51 7.52 -
YUV 60.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 153 10 76 0 0.93 0.50 0.4 332.31 0.88 0.32
Hex 99 A 4C 0 5D 32 28 14C 58 20
Octal 231 12 114 0 135 62 50 514 130 40
Binary 10011001 1010 1001100 0 1011101 110010 101000 101001100 1011000 100000

Color Harmonies of #990A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A4C

Black with #990A4C

Text Example


Text Example

White with #990A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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