#9B0741

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

Shades of Jazzberry Jam #9B0741

Tints of Jazzberry Jam #9B0741

Color information

#9B0741 (or 0x9B0741) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 07 and 41. RGB value is (155,7,65). Sum of RGB (Red+Green+Blue) = 155+7+65=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0741 is #64F8BE. Grayscale: #393939. Windows color (decimal): -6617279 or 4261787. OLE color: 4261787.

HSL color Cylindrical-coordinate representation of color #9B0741: hue angle of 336.49º degrees, saturation: 0.91, 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 #9B0741 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB155765-
CMYK00.950.580.39
HSL336.49º91.36%31.76%-
HSV(B)336.49º95.48%60.78%-
XYZ14.557.55.68-
YUV57.86132.03197.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=68.28%
G=3.08%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15576500.950.580.39336.4991.3631.76
Hex9B74105F3A271505b20
Octal23371010137724752013340
Binary100110111111000001010111111110101001111010100001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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