#930444

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

Shades of Jazzberry Jam #930444

Tints of Jazzberry Jam #930444

Color information

#930444 (or 0x930444) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 04 and 44. RGB value is (147,4,68). Sum of RGB (Red+Green+Blue) = 147+4+68=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #930444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930444 is #6CFBBB. Grayscale: #353535. Windows color (decimal): -7142332 or 4457619. OLE color: 4457619.

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

Color convert

RGB147468-
CMYK00.970.540.42
HSL333.15º94.7%29.61%-
HSV(B)333.15º97.28%57.65%-
XYZ13.126.716.07-
YUV54.05135.88194.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.12%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=67.12%
G=1.83%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14746800.970.540.42333.1594.729.61
Hex93444061362A14d5f1e
Octal22341040141665251513736
Binary10010011100100010001100001110110101010101001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930444; }

 p { color: rgb(147,4,68); }

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

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

 a { background-color: rgb(147,4,68); }

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

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

 span { border-color: rgb(147,4,68); }

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