Html Css Color HEX #991B5B Jazzberry Jam

📋 copy color: '#991B5B'

red 153 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #991B5B

Tints of Jazzberry Jam #991B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

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

R = 56.46%
G = 9.96%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#991B5B (or 0x991B5B) is known color: Jazzberry Jam. HEX triplet: 99, 1B and 5B. RGB value is (153,27,91). Sum of RGB (Red+Green+Blue) = 153+27+91=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B5B is #66E4A4. Grayscale: #474747. Windows color (decimal): -6743205 or 5970841. OLE color: 5970841.

HSL color Cylindrical-coordinate representation of color #991B5B: hue angle of 329.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B5B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 91 -
CMYK 0 0.82 0.41 0.4
HSL 329.52º 0.7% 0.35% -
HSV(B) 329.52º 0.82% 0.6% -
XYZ 15.42 8.31 10.69 -
YUV 71.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 153 27 91 0 0.82 0.41 0.4 329.52 0.7 0.35
Hex 99 1B 5B 0 52 29 28 14A 46 23
Octal 231 33 133 0 122 51 50 512 106 43
Binary 10011001 11011 1011011 0 1010010 101001 101000 101001010 1000110 100011

Color Harmonies of #991B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B5B

Black with #991B5B

Text Example


Text Example

White with #991B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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