Html Css Color HEX #990553 Jazzberry Jam

📋 copy color: '#990553'

red 153 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #990553

Tints of Jazzberry Jam #990553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 63.49%
G = 2.07%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990553 (or 0x990553) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 53. RGB value is (153,5,83). Sum of RGB (Red+Green+Blue) = 153+5+83=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990553 is #66FAAC. Grayscale: #393939. Windows color (decimal): -6748845 or 5440921. OLE color: 5440921.

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

Color convert

RGB 153 5 83 -
CMYK 0 0.97 0.46 0.4
HSL 328.38º 0.94% 0.31% -
HSV(B) 328.38º 0.97% 0.6% -
XYZ 14.75 7.51 8.85 -
YUV 58.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 153 5 83 0 0.97 0.46 0.4 328.38 0.94 0.31
Hex 99 5 53 0 61 2E 28 148 5E 1F
Octal 231 5 123 0 141 56 50 510 136 37
Binary 10011001 101 1010011 0 1100001 101110 101000 101001000 1011110 11111

Color Harmonies of #990553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990553

Black with #990553

Text Example


Text Example

White with #990553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990553; }

 p { color: rgb(153,5,83); }

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

background-color css

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

 a { background-color: rgb(153,5,83); }

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

border-color css

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

 span { border-color: rgb(153,5,83); }

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