#9A1251

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

Shades of Jazzberry Jam #9A1251

Tints of Jazzberry Jam #9A1251

Color information

#9A1251 (or 0x9A1251) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 12 and 51. RGB value is (154,18,81). Sum of RGB (Red+Green+Blue) = 154+18+81=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1251 is #65EDAE. Grayscale: #414141. Windows color (decimal): -6679983 or 5313178. OLE color: 5313178.

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

Color convert

RGB1541881-
CMYK00.880.470.40
HSL332.21º79.07%33.73%-
HSV(B)332.21º88.31%60.39%-
XYZ15.037.98.52-
YUV65.85136.56190.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.87%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=60.87%
G=7.11%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154188100.880.470.40332.2179.0733.73
Hex9A12510582F2814c4f22
Octal232221210130575051411742
Binary10011010100101010001010110001011111010001010011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,81); }

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

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

 a { background-color: rgb(154,18,81); }

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

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

 span { border-color: rgb(154,18,81); }

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