#9A093E

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

Shades of Jazzberry Jam #9A093E

Tints of Jazzberry Jam #9A093E

Color information

#9A093E (or 0x9A093E) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 09 and 3E. RGB value is (154,9,62). Sum of RGB (Red+Green+Blue) = 154+9+62=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A093E is #65F6C1. Grayscale: #3A3A3A. Windows color (decimal): -6682306 or 4065690. OLE color: 4065690.

HSL color Cylindrical-coordinate representation of color #9A093E: hue angle of 338.07º 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 #9A093E is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB154962-
CMYK00.940.600.40
HSL338.07º88.96%31.96%-
HSV(B)338.07º94.16%60.39%-
XYZ14.297.415.23-
YUV58.4130.04196.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.44%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=68.44%
G=4%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15496200.940.600.40338.0788.9631.96
Hex9A93E05E3C281525920
Octal23211760136745052213140
Binary100110101001111110010111101111001010001010100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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