#930F4A

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

Shades of Jazzberry Jam #930F4A

Tints of Jazzberry Jam #930F4A

Color information

#930F4A (or 0x930F4A) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0F and 4A. RGB value is (147,15,74). Sum of RGB (Red+Green+Blue) = 147+15+74=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #930F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F4A is #6CF0B5. Grayscale: #3D3D3D. Windows color (decimal): -7139510 or 4853651. OLE color: 4853651.

HSL color Cylindrical-coordinate representation of color #930F4A: hue angle of 333.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F4A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1471574-
CMYK00.900.500.42
HSL333.18º81.48%31.76%-
HSV(B)333.18º89.8%57.65%-
XYZ13.447.047.13-
YUV61.19135.23189.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=62.29%
G=6.36%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147157400.900.500.42333.1881.4831.76
Hex93F4A05A322A14d5120
Octal223171120132625251512140
Binary1001001111111001010010110101100101010101010011011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F4A; }

 p { color: rgb(147,15,74); }

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

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

 a { background-color: rgb(147,15,74); }

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

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

 span { border-color: rgb(147,15,74); }

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