#9B1053

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

Shades of Jazzberry Jam #9B1053

Tints of Jazzberry Jam #9B1053

Color information

#9B1053 (or 0x9B1053) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 10 and 53. RGB value is (155,16,83). Sum of RGB (Red+Green+Blue) = 155+16+83=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1053 is #64EFAC. Grayscale: #414141. Windows color (decimal): -6614957 or 5443739. OLE color: 5443739.

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

Color convert

RGB1551683-
CMYK00.900.460.39
HSL331.08º81.29%33.53%-
HSV(B)331.08º89.68%60.78%-
XYZ15.267.968.92-
YUV65.2138.05192.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=61.02%
G=6.30%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155168300.900.460.39331.0881.2933.53
Hex9B105305A2E2714b5122
Octal233201230132564751312142
Binary10011011100001010011010110101011101001111010010111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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