Html Css Color HEX #990D4C Jazzberry Jam

📋 copy color: '#990D4C'

red 153 ◦ green 13 ◦ blue 76

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

Shades of Jazzberry Jam #990D4C

Tints of Jazzberry Jam #990D4C

RGB

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

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

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

R = 63.22%
G = 5.37%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#990D4C (or 0x990D4C) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 4C. RGB value is (153,13,76). Sum of RGB (Red+Green+Blue) = 153+13+76=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D4C is #66F2B3. Grayscale: #3D3D3D. Windows color (decimal): -6746804 or 4984217. OLE color: 4984217.

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

Color convert

RGB 153 13 76 -
CMYK 0 0.92 0.50 0.4
HSL 333º 0.84% 0.33% -
HSV(B) 333º 0.92% 0.6% -
XYZ 14.59 7.58 7.53 -
YUV 62.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 153 13 76 0 0.92 0.50 0.4 333 0.84 0.33
Hex 99 D 4C 0 5C 32 28 14D 54 21
Octal 231 15 114 0 134 62 50 515 124 41
Binary 10011001 1101 1001100 0 1011100 110010 101000 101001101 1010100 100001

Color Harmonies of #990D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D4C

Black with #990D4C

Text Example


Text Example

White with #990D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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