#93135D

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

Shades of Jazzberry Jam #93135D

Tints of Jazzberry Jam #93135D

Color information

#93135D (or 0x93135D) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 13 and 5D. RGB value is (147,19,93). Sum of RGB (Red+Green+Blue) = 147+19+93=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93135D is #6CECA2. Grayscale: #414141. Windows color (decimal): -7138467 or 6099859. OLE color: 6099859.

HSL color Cylindrical-coordinate representation of color #93135D: hue angle of 325.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93135D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1471993-
CMYK00.870.370.42
HSL325.31º77.11%32.55%-
HSV(B)325.31º87.07%57.65%-
XYZ14.247.4611.05-
YUV65.71143.41185.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=56.76%
G=7.34%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147199300.870.370.42325.3177.1132.55
Hex93135D057252A1454d21
Octal223231350127455250511541
Binary10010011100111011101010101111001011010101010001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93135D; }

 p { color: rgb(147,19,93); }

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

<style>
 a { background-color: #93135D; }

 a { background-color: rgb(147,19,93); }

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

<style>
 span { border-color: #93135D; }

 span { border-color: rgb(147,19,93); }

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