Html Css Color HEX #990C51 Jazzberry Jam

📋 copy color: '#990C51'

red 153 ◦ green 12 ◦ blue 81

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

Shades of Jazzberry Jam #990C51

Tints of Jazzberry Jam #990C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.93%

R = 62.2%
G = 4.88%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#990C51 (or 0x990C51) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 51. RGB value is (153,12,81). Sum of RGB (Red+Green+Blue) = 153+12+81=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990C51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C51 is #66F3AE. Grayscale: #3D3D3D. Windows color (decimal): -6747055 or 5311641. OLE color: 5311641.

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

Color convert

RGB 153 12 81 -
CMYK 0 0.92 0.47 0.4
HSL 330.64º 0.85% 0.32% -
HSV(B) 330.64º 0.92% 0.6% -
XYZ 14.75 7.63 8.48 -
YUV 62.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 153 12 81 0 0.92 0.47 0.4 330.64 0.85 0.32
Hex 99 C 51 0 5C 2F 28 14B 55 20
Octal 231 14 121 0 134 57 50 513 125 40
Binary 10011001 1100 1010001 0 1011100 101111 101000 101001011 1010101 100000

Color Harmonies of #990C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C51

Black with #990C51

Text Example


Text Example

White with #990C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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