Html Css Color HEX #990649 Jazzberry Jam

📋 copy color: '#990649'

red 153 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #990649

Tints of Jazzberry Jam #990649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 65.95%
G = 2.59%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990649 (or 0x990649) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 49. RGB value is (153,6,73). Sum of RGB (Red+Green+Blue) = 153+6+73=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #990649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990649 is #66F9B6. Grayscale: #393939. Windows color (decimal): -6748599 or 4785817. OLE color: 4785817.

HSL color Cylindrical-coordinate representation of color #990649: hue angle of 332.65º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990649 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 73 -
CMYK 0 0.96 0.52 0.4
HSL 332.65º 0.92% 0.31% -
HSV(B) 332.65º 0.96% 0.6% -
XYZ 14.4 7.38 6.97 -
YUV 57.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 153 6 73 0 0.96 0.52 0.4 332.65 0.92 0.31
Hex 99 6 49 0 60 34 28 14D 5C 1F
Octal 231 6 111 0 140 64 50 515 134 37
Binary 10011001 110 1001001 0 1100000 110100 101000 101001101 1011100 11111

Color Harmonies of #990649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990649

Black with #990649

Text Example


Text Example

White with #990649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990649; }

 p { color: rgb(153,6,73); }

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

background-color css

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

 a { background-color: rgb(153,6,73); }

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

border-color css

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

 span { border-color: rgb(153,6,73); }

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