#930744

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

Shades of Jazzberry Jam #930744

Tints of Jazzberry Jam #930744

Color information

#930744 (or 0x930744) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 07 and 44. RGB value is (147,7,68). Sum of RGB (Red+Green+Blue) = 147+7+68=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930744 is #6CF8BB. Grayscale: #373737. Windows color (decimal): -7141564 or 4458387. OLE color: 4458387.

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

Color convert

RGB147768-
CMYK00.950.540.42
HSL333.86º90.91%30.2%-
HSV(B)333.86º95.24%57.65%-
XYZ13.156.776.08-
YUV55.81134.88193.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=66.22%
G=3.15%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14776800.950.540.42333.8690.9130.2
Hex9374405F362A14e5b1e
Octal22371040137665251613336
Binary10010011111100010001011111110110101010101001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930744; }

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

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

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

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

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

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

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

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