#93124D

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

Shades of Jazzberry Jam #93124D

Tints of Jazzberry Jam #93124D

Color information

#93124D (or 0x93124D) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 12 and 4D. RGB value is (147,18,77). Sum of RGB (Red+Green+Blue) = 147+18+77=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93124D is #6CEDB2. Grayscale: #3F3F3F. Windows color (decimal): -7138739 or 5051027. OLE color: 5051027.

HSL color Cylindrical-coordinate representation of color #93124D: hue angle of 332.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93124D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1471877-
CMYK00.880.480.42
HSL332.56º78.18%32.35%-
HSV(B)332.56º87.76%57.65%-
XYZ13.597.177.69-
YUV63.3135.74187.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=60.74%
G=7.44%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147187700.880.480.42332.5678.1832.35
Hex93124D058302A14d4e20
Octal223221150130605251511640
Binary10010011100101001101010110001100001010101010011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,18,77); }

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

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

 a { background-color: rgb(147,18,77); }

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

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

 span { border-color: rgb(147,18,77); }

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