#9b0a51

Color #9B0A51 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9B0A51

Tints of Jazzberry Jam #9B0A51

Color information

#9B0A51 (or 0x9B0A51) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0A and 51. RGB value is (155,10,81). Sum of RGB (Red+Green+Blue) = 155+10+81=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A51 is #64F5AE. Grayscale: #3D3D3D. Windows color (decimal): -6616495 or 5311131. OLE color: 5311131.

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

Color convert

RGB1551081-
CMYK00.940.480.39
HSL330.62º87.88%32.35%-
HSV(B)330.62º93.55%60.78%-
XYZ15.117.788.49-
YUV61.45139.04194.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.01%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=63.01%
G=4.07%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155108100.940.480.39330.6287.8832.35
Hex9BA5105E302714b5820
Octal233121210136604751313040
Binary1001101110101010001010111101100001001111010010111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0a51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9b0a51;
 }
 .AnyTagClassName
 {
   color: #9b0a51;
 }
</style>
background-color css

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

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

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

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

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

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