Html Css Color HEX #9B0841 Jazzberry Jam

📋 copy color: '#9B0841'

red 155 ◦ green 8 ◦ blue 65

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

Shades of Jazzberry Jam #9B0841

Tints of Jazzberry Jam #9B0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 67.98%
G = 3.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B0841 (or 0x9B0841) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 41. RGB value is (155,8,65). Sum of RGB (Red+Green+Blue) = 155+8+65=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0841 is #64F7BE. Grayscale: #3A3A3A. Windows color (decimal): -6617023 or 4262043. OLE color: 4262043.

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

Color convert

RGB 155 8 65 -
CMYK 0 0.95 0.58 0.39
HSL 336.73º 0.9% 0.32% -
HSV(B) 336.73º 0.95% 0.61% -
XYZ 14.56 7.52 5.69 -
YUV 58.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 155 8 65 0 0.95 0.58 0.39 336.73 0.9 0.32
Hex 9B 8 41 0 5F 3A 27 151 5A 20
Octal 233 10 101 0 137 72 47 521 132 40
Binary 10011011 1000 1000001 0 1011111 111010 100111 101010001 1011010 100000

Color Harmonies of #9B0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0841

Black with #9B0841

Text Example


Text Example

White with #9B0841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,65); }

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

background-color css

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

 a { background-color: rgb(155,8,65); }

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

border-color css

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

 span { border-color: rgb(155,8,65); }

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