Html Css Color HEX #9B1550 Jazzberry Jam

📋 copy color: '#9B1550'

red 155 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #9B1550

Tints of Jazzberry Jam #9B1550

RGB

 RED value IS 155 (60.94% from 255) = 60.55%

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 60.55%
G = 8.2%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B1550 (or 0x9B1550) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 50. RGB value is (155,21,80). Sum of RGB (Red+Green+Blue) = 155+21+80=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1550 is #64EAAF. Grayscale: #434343. Windows color (decimal): -6613680 or 5248411. OLE color: 5248411.

HSL color Cylindrical-coordinate representation of color #9B1550: hue angle of 333.58º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1550 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 80 -
CMYK 0 0.86 0.48 0.39
HSL 333.58º 0.76% 0.35% -
HSV(B) 333.58º 0.86% 0.61% -
XYZ 15.23 8.08 8.35 -
YUV 67.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 155 21 80 0 0.86 0.48 0.39 333.58 0.76 0.35
Hex 9B 15 50 0 56 30 27 14E 4C 23
Octal 233 25 120 0 126 60 47 516 114 43
Binary 10011011 10101 1010000 0 1010110 110000 100111 101001110 1001100 100011

Color Harmonies of #9B1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1550

Black with #9B1550

Text Example


Text Example

White with #9B1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1550; }

 p { color: rgb(155,21,80); }

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

background-color css

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

 a { background-color: rgb(155,21,80); }

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

border-color css

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

 span { border-color: rgb(155,21,80); }

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