Html Css Color HEX #990B58 Jazzberry Jam

📋 copy color: '#990B58'

red 153 ◦ green 11 ◦ blue 88

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

Shades of Jazzberry Jam #990B58

Tints of Jazzberry Jam #990B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 60.71%
G = 4.37%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990B58 (or 0x990B58) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 58. RGB value is (153,11,88). Sum of RGB (Red+Green+Blue) = 153+11+88=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B58 is #66F4A7. Grayscale: #3E3E3E. Windows color (decimal): -6747304 or 5770137. OLE color: 5770137.

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

Color convert

RGB 153 11 88 -
CMYK 0 0.93 0.42 0.4
HSL 327.46º 0.87% 0.32% -
HSV(B) 327.46º 0.93% 0.6% -
XYZ 15.02 7.72 9.93 -
YUV 62.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 153 11 88 0 0.93 0.42 0.4 327.46 0.87 0.32
Hex 99 B 58 0 5D 2A 28 147 57 20
Octal 231 13 130 0 135 52 50 507 127 40
Binary 10011001 1011 1011000 0 1011101 101010 101000 101000111 1010111 100000

Color Harmonies of #990B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B58

Black with #990B58

Text Example


Text Example

White with #990B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,88); }

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

background-color css

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

 a { background-color: rgb(153,11,88); }

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

border-color css

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

 span { border-color: rgb(153,11,88); }

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