Html Css Color HEX #990C4F Jazzberry Jam

📋 copy color: '#990C4F'

red 153 ◦ green 12 ◦ blue 79

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

Shades of Jazzberry Jam #990C4F

Tints of Jazzberry Jam #990C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 62.7%
G = 4.92%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#990C4F (or 0x990C4F) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 4F. RGB value is (153,12,79). Sum of RGB (Red+Green+Blue) = 153+12+79=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #990C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C4F is #66F3B0. Grayscale: #3D3D3D. Windows color (decimal): -6747057 or 5180569. OLE color: 5180569.

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

Color convert

RGB 153 12 79 -
CMYK 0 0.92 0.48 0.4
HSL 331.49º 0.85% 0.32% -
HSV(B) 331.49º 0.92% 0.6% -
XYZ 14.68 7.6 8.09 -
YUV 61.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 153 12 79 0 0.92 0.48 0.4 331.49 0.85 0.32
Hex 99 C 4F 0 5C 30 28 14B 55 20
Octal 231 14 117 0 134 60 50 513 125 40
Binary 10011001 1100 1001111 0 1011100 110000 101000 101001011 1010101 100000

Color Harmonies of #990C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C4F

Black with #990C4F

Text Example


Text Example

White with #990C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,79); }

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

background-color css

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

 a { background-color: rgb(153,12,79); }

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

border-color css

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

 span { border-color: rgb(153,12,79); }

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