#9B104B

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

Shades of Jazzberry Jam #9B104B

Tints of Jazzberry Jam #9B104B

Color information

#9B104B (or 0x9B104B) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 10 and 4B. RGB value is (155,16,75). Sum of RGB (Red+Green+Blue) = 155+16+75=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B104B is #64EFB4. Grayscale: #404040. Windows color (decimal): -6614965 or 4919451. OLE color: 4919451.

HSL color Cylindrical-coordinate representation of color #9B104B: hue angle of 334.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B104B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1551675-
CMYK00.900.520.39
HSL334.53º81.29%33.53%-
HSV(B)334.53º89.68%60.78%-
XYZ14.977.857.38-
YUV64.29134.05192.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.01%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=63.01%
G=6.50%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155167500.900.520.39334.5381.2933.53
Hex9B104B05A342714f5122
Octal233201130132644751712142
Binary10011011100001001011010110101101001001111010011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,75); }

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

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

 a { background-color: rgb(155,16,75); }

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

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

 span { border-color: rgb(155,16,75); }

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