Html Css Color HEX #9B1959 Jazzberry Jam

📋 copy color: '#9B1959'

red 155 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #9B1959

Tints of Jazzberry Jam #9B1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 89 (35.16% from 255) = 33.09%

R = 57.62%
G = 9.29%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B1959 (or 0x9B1959) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 59. RGB value is (155,25,89). Sum of RGB (Red+Green+Blue) = 155+25+89=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1959 is #64E6A6. Grayscale: #474747. Windows color (decimal): -6612647 or 5839259. OLE color: 5839259.

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

Color convert

RGB 155 25 89 -
CMYK 0 0.84 0.43 0.39
HSL 330.46º 0.72% 0.35% -
HSV(B) 330.46º 0.84% 0.61% -
XYZ 15.67 8.39 10.24 -
YUV 71.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 155 25 89 0 0.84 0.43 0.39 330.46 0.72 0.35
Hex 9B 19 59 0 54 2B 27 14A 48 23
Octal 233 31 131 0 124 53 47 512 110 43
Binary 10011011 11001 1011001 0 1010100 101011 100111 101001010 1001000 100011

Color Harmonies of #9B1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1959

Black with #9B1959

Text Example


Text Example

White with #9B1959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,89); }

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

background-color css

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

 a { background-color: rgb(155,25,89); }

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

border-color css

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

 span { border-color: rgb(155,25,89); }

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