#93195E

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

Shades of Jazzberry Jam #93195E

Tints of Jazzberry Jam #93195E

Color information

#93195E (or 0x93195E) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 19 and 5E. RGB value is (147,25,94). Sum of RGB (Red+Green+Blue) = 147+25+94=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #93195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93195E is #6CE6A1. Grayscale: #454545. Windows color (decimal): -7136930 or 6166931. OLE color: 6166931.

HSL color Cylindrical-coordinate representation of color #93195E: hue angle of 326.07º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93195E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1472594-
CMYK00.830.360.42
HSL326.07º70.93%33.73%-
HSV(B)326.07º82.99%57.65%-
XYZ14.47.7111.32-
YUV69.34141.92183.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=55.26%
G=9.40%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147259400.830.360.42326.0770.9333.73
Hex93195E053242A1464722
Octal223311360123445250610742
Binary10010011110011011110010100111001001010101010001101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93195E; }

 p { color: rgb(147,25,94); }

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

<style>
 a { background-color: #93195E; }

 a { background-color: rgb(147,25,94); }

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

<style>
 span { border-color: #93195E; }

 span { border-color: rgb(147,25,94); }

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