Html Css Color HEX #9B1350 Jazzberry Jam

📋 copy color: '#9B1350'

red 155 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #9B1350

Tints of Jazzberry Jam #9B1350

RGB

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

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

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

R = 61.02%
G = 7.48%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B1350 (or 0x9B1350) is known color: Jazzberry Jam. HEX triplet: 9B, 13 and 50. RGB value is (155,19,80). Sum of RGB (Red+Green+Blue) = 155+19+80=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1350 is #64ECAF. Grayscale: #424242. Windows color (decimal): -6614192 or 5247899. OLE color: 5247899.

HSL color Cylindrical-coordinate representation of color #9B1350: hue angle of 333.09º 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 #9B1350 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 80 -
CMYK 0 0.88 0.48 0.39
HSL 333.09º 0.78% 0.34% -
HSV(B) 333.09º 0.88% 0.61% -
XYZ 15.2 8.01 8.34 -
YUV 66.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 155 19 80 0 0.88 0.48 0.39 333.09 0.78 0.34
Hex 9B 13 50 0 58 30 27 14D 4E 22
Octal 233 23 120 0 130 60 47 515 116 42
Binary 10011011 10011 1010000 0 1011000 110000 100111 101001101 1001110 100010

Color Harmonies of #9B1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1350

Black with #9B1350

Text Example


Text Example

White with #9B1350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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