Html Css Color HEX #9B0949 Jazzberry Jam

📋 copy color: '#9B0949'

red 155 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #9B0949

Tints of Jazzberry Jam #9B0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 65.4%
G = 3.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B0949 (or 0x9B0949) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 49. RGB value is (155,9,73). Sum of RGB (Red+Green+Blue) = 155+9+73=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0949 is #64F6B6. Grayscale: #3B3B3B. Windows color (decimal): -6616759 or 4786587. OLE color: 4786587.

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

Color convert

RGB 155 9 73 -
CMYK 0 0.94 0.53 0.39
HSL 333.7º 0.89% 0.32% -
HSV(B) 333.7º 0.94% 0.61% -
XYZ 14.82 7.64 7 -
YUV 59.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 155 9 73 0 0.94 0.53 0.39 333.7 0.89 0.32
Hex 9B 9 49 0 5E 35 27 14E 59 20
Octal 233 11 111 0 136 65 47 516 131 40
Binary 10011011 1001 1001001 0 1011110 110101 100111 101001110 1011001 100000

Color Harmonies of #9B0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0949

Black with #9B0949

Text Example


Text Example

White with #9B0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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