#9A093F

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

Shades of Jazzberry Jam #9A093F

Tints of Jazzberry Jam #9A093F

Color information

#9A093F (or 0x9A093F) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 09 and 3F. RGB value is (154,9,63). Sum of RGB (Red+Green+Blue) = 154+9+63=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A093F is #65F6C0. Grayscale: #3A3A3A. Windows color (decimal): -6682305 or 4131226. OLE color: 4131226.

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

Color convert

RGB154963-
CMYK00.940.590.40
HSL337.66º88.96%31.96%-
HSV(B)337.66º94.16%60.39%-
XYZ14.327.425.38-
YUV58.51130.54196.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.14%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 63 (25% from 255) = 27.88%
R=68.14%
G=3.98%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15496300.940.590.40337.6688.9631.96
Hex9A93F05E3B281525920
Octal23211770136735052213140
Binary100110101001111111010111101110111010001010100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,9,63); }

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

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

 a { background-color: rgb(154,9,63); }

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

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

 span { border-color: rgb(154,9,63); }

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