#930547

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

Shades of Jazzberry Jam #930547

Tints of Jazzberry Jam #930547

Color information

#930547 (or 0x930547) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 05 and 47. RGB value is (147,5,71). Sum of RGB (Red+Green+Blue) = 147+5+71=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #930547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930547 is #6CFAB8. Grayscale: #363636. Windows color (decimal): -7142073 or 4654483. OLE color: 4654483.

HSL color Cylindrical-coordinate representation of color #930547: hue angle of 332.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930547 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB147571-
CMYK00.970.520.42
HSL332.11º93.42%29.8%-
HSV(B)332.11º96.6%57.65%-
XYZ13.226.776.57-
YUV54.98137.04193.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.92%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=65.92%
G=2.24%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14757100.970.520.42332.1193.4229.8
Hex93547061342A14c5d1e
Octal22351070141645251413536
Binary10010011101100011101100001110100101010101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930547; }

 p { color: rgb(147,5,71); }

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

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

 a { background-color: rgb(147,5,71); }

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

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

 span { border-color: rgb(147,5,71); }

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