#930546

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

Shades of Jazzberry Jam #930546

Tints of Jazzberry Jam #930546

Color information

#930546 (or 0x930546) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 05 and 46. RGB value is (147,5,70). Sum of RGB (Red+Green+Blue) = 147+5+70=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930546 is #6CFAB9. Grayscale: #363636. Windows color (decimal): -7142074 or 4588947. OLE color: 4588947.

HSL color Cylindrical-coordinate representation of color #930546: hue angle of 332.54º 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 #930546 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB147570-
CMYK00.970.520.42
HSL332.54º93.42%29.8%-
HSV(B)332.54º96.6%57.65%-
XYZ13.196.756.4-
YUV54.87136.54193.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=66.22%
G=2.25%
B=31.53%

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
Decimal14757000.970.520.42332.5493.4229.8
Hex93546061342A14d5d1e
Octal22351060141645251513536
Binary10010011101100011001100001110100101010101001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930546; }

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

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

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

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

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

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

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

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