#9A114B

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

Shades of Jazzberry Jam #9A114B

Tints of Jazzberry Jam #9A114B

Color information

#9A114B (or 0x9A114B) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 11 and 4B. RGB value is (154,17,75). Sum of RGB (Red+Green+Blue) = 154+17+75=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A114B is #65EEB4. Grayscale: #404040. Windows color (decimal): -6680245 or 4919706. OLE color: 4919706.

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

Color convert

RGB1541775-
CMYK00.890.510.40
HSL334.6º80.12%33.53%-
HSV(B)334.6º88.96%60.39%-
XYZ14.87.787.38-
YUV64.58133.89191.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.60%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=62.60%
G=6.91%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154177500.890.510.40334.680.1233.53
Hex9A114B059332814f5022
Octal232211130131635051712042
Binary10011010100011001011010110011100111010001010011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,17,75); }

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

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

 a { background-color: rgb(154,17,75); }

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

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

 span { border-color: rgb(154,17,75); }

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