Html Css Color HEX #9B0D50 Jazzberry Jam

📋 copy color: '#9B0D50'

red 155 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #9B0D50

Tints of Jazzberry Jam #9B0D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 62.5%
G = 5.24%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B0D50 (or 0x9B0D50) is known color: Jazzberry Jam. HEX triplet: 9B, 0D and 50. RGB value is (155,13,80). Sum of RGB (Red+Green+Blue) = 155+13+80=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D50 is #64F2AF. Grayscale: #3E3E3E. Windows color (decimal): -6615728 or 5246363. OLE color: 5246363.

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

Color convert

RGB 155 13 80 -
CMYK 0 0.92 0.48 0.39
HSL 331.69º 0.85% 0.33% -
HSV(B) 331.69º 0.92% 0.61% -
XYZ 15.11 7.84 8.31 -
YUV 63.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 155 13 80 0 0.92 0.48 0.39 331.69 0.85 0.33
Hex 9B D 50 0 5C 30 27 14C 55 21
Octal 233 15 120 0 134 60 47 514 125 41
Binary 10011011 1101 1010000 0 1011100 110000 100111 101001100 1010101 100001

Color Harmonies of #9B0D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D50

Black with #9B0D50

Text Example


Text Example

White with #9B0D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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