#930A4A

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

Shades of Jazzberry Jam #930A4A

Tints of Jazzberry Jam #930A4A

Color information

#930A4A (or 0x930A4A) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0A and 4A. RGB value is (147,10,74). Sum of RGB (Red+Green+Blue) = 147+10+74=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #930A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A4A is #6CF5B5. Grayscale: #3A3A3A. Windows color (decimal): -7140790 or 4852371. OLE color: 4852371.

HSL color Cylindrical-coordinate representation of color #930A4A: hue angle of 331.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A4A is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1471074-
CMYK00.930.500.42
HSL331.97º87.26%30.78%-
HSV(B)331.97º93.2%57.65%-
XYZ13.386.917.11-
YUV58.26136.89191.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=63.64%
G=4.33%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147107400.930.500.42331.9787.2630.78
Hex93A4A05D322A14c571f
Octal223121120135625251412737
Binary100100111010100101001011101110010101010101001100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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