#930649

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

Shades of Jazzberry Jam #930649

Tints of Jazzberry Jam #930649

Color information

#930649 (or 0x930649) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 49. RGB value is (147,6,73). Sum of RGB (Red+Green+Blue) = 147+6+73=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #930649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930649 is #6CF9B6. Grayscale: #373737. Windows color (decimal): -7141815 or 4785811. OLE color: 4785811.

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

Color convert

RGB147673-
CMYK00.960.500.42
HSL331.49º92.16%30%-
HSV(B)331.49º95.92%57.65%-
XYZ13.36.816.92-
YUV55.8137.71193.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=65.04%
G=2.65%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14767300.960.500.42331.4992.1630
Hex93649060322A14b5c1e
Octal22361110140625251313436
Binary10010011110100100101100000110010101010101001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930649; }

 p { color: rgb(147,6,73); }

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

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

 a { background-color: rgb(147,6,73); }

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

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

 span { border-color: rgb(147,6,73); }

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