Html Css Color HEX #9B1349 Jazzberry Jam

📋 copy color: '#9B1349'

red 155 ◦ green 19 ◦ blue 73

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

Shades of Jazzberry Jam #9B1349

Tints of Jazzberry Jam #9B1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 62.75%
G = 7.69%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B1349 (or 0x9B1349) is known color: Jazzberry Jam. HEX triplet: 9B, 13 and 49. RGB value is (155,19,73). Sum of RGB (Red+Green+Blue) = 155+19+73=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1349 is #64ECB6. Grayscale: #414141. Windows color (decimal): -6614199 or 4789147. OLE color: 4789147.

HSL color Cylindrical-coordinate representation of color #9B1349: hue angle of 336.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1349 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 73 -
CMYK 0 0.88 0.53 0.39
HSL 336.18º 0.78% 0.34% -
HSV(B) 336.18º 0.88% 0.61% -
XYZ 14.95 7.92 7.04 -
YUV 65.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 155 19 73 0 0.88 0.53 0.39 336.18 0.78 0.34
Hex 9B 13 49 0 58 35 27 150 4E 22
Octal 233 23 111 0 130 65 47 520 116 42
Binary 10011011 10011 1001001 0 1011000 110101 100111 101010000 1001110 100010

Color Harmonies of #9B1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1349

Black with #9B1349

Text Example


Text Example

White with #9B1349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,73); }

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

background-color css

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

 a { background-color: rgb(155,19,73); }

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

border-color css

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

 span { border-color: rgb(155,19,73); }

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