Html Css Color HEX #990B5B Jazzberry Jam

📋 copy color: '#990B5B'

red 153 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #990B5B

Tints of Jazzberry Jam #990B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 60%
G = 4.31%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#990B5B (or 0x990B5B) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 5B. RGB value is (153,11,91). Sum of RGB (Red+Green+Blue) = 153+11+91=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B5B is #66F4A4. Grayscale: #3E3E3E. Windows color (decimal): -6747301 or 5966745. OLE color: 5966745.

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

Color convert

RGB 153 11 91 -
CMYK 0 0.93 0.41 0.4
HSL 326.2º 0.87% 0.32% -
HSV(B) 326.2º 0.93% 0.6% -
XYZ 15.14 7.77 10.6 -
YUV 62.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 153 11 91 0 0.93 0.41 0.4 326.2 0.87 0.32
Hex 99 B 5B 0 5D 29 28 146 57 20
Octal 231 13 133 0 135 51 50 506 127 40
Binary 10011001 1011 1011011 0 1011101 101001 101000 101000110 1010111 100000

Color Harmonies of #990B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B5B

Black with #990B5B

Text Example


Text Example

White with #990B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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