Html Css Color HEX #9B0A4A Jazzberry Jam

📋 copy color: '#9B0A4A'

red 155 ◦ green 10 ◦ blue 74

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

Shades of Jazzberry Jam #9B0A4A

Tints of Jazzberry Jam #9B0A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 64.85%
G = 4.18%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B0A4A (or 0x9B0A4A) is known color: Jazzberry Jam. HEX triplet: 9B, 0A and 4A. RGB value is (155,10,74). Sum of RGB (Red+Green+Blue) = 155+10+74=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A4A is #64F5B5. Grayscale: #3C3C3C. Windows color (decimal): -6616502 or 4852379. OLE color: 4852379.

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

Color convert

RGB 155 10 74 -
CMYK 0 0.94 0.52 0.39
HSL 333.52º 0.88% 0.32% -
HSV(B) 333.52º 0.94% 0.61% -
XYZ 14.86 7.68 7.18 -
YUV 60.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 155 10 74 0 0.94 0.52 0.39 333.52 0.88 0.32
Hex 9B A 4A 0 5E 34 27 14E 58 20
Octal 233 12 112 0 136 64 47 516 130 40
Binary 10011011 1010 1001010 0 1011110 110100 100111 101001110 1011000 100000

Color Harmonies of #9B0A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A4A

Black with #9B0A4A

Text Example


Text Example

White with #9B0A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,74); }

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

background-color css

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

 a { background-color: rgb(155,10,74); }

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

border-color css

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

 span { border-color: rgb(155,10,74); }

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