#9B124A

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

Shades of Jazzberry Jam #9B124A

Tints of Jazzberry Jam #9B124A

Color information

#9B124A (or 0x9B124A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 12 and 4A. RGB value is (155,18,74). Sum of RGB (Red+Green+Blue) = 155+18+74=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B124A is #64EDB5. Grayscale: #414141. Windows color (decimal): -6614454 or 4854427. OLE color: 4854427.

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

Color convert

RGB1551874-
CMYK00.880.520.39
HSL335.47º79.19%33.92%-
HSV(B)335.47º88.39%60.78%-
XYZ14.977.97.21-
YUV65.35132.89191.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=62.75%
G=7.29%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155187400.880.520.39335.4779.1933.92
Hex9B124A058342714f4f22
Octal233221120130644751711742
Binary10011011100101001010010110001101001001111010011111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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