#930541

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

Shades of Jazzberry Jam #930541

Tints of Jazzberry Jam #930541

Color information

#930541 (or 0x930541) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 05 and 41. RGB value is (147,5,65). Sum of RGB (Red+Green+Blue) = 147+5+65=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #930541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930541 is #6CFABE. Grayscale: #363636. Windows color (decimal): -7142079 or 4261267. OLE color: 4261267.

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

Color convert

RGB147565-
CMYK00.970.560.42
HSL334.65º93.42%29.8%-
HSV(B)334.65º96.6%57.65%-
XYZ13.046.695.61-
YUV54.3134.04194.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.74%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=67.74%
G=2.30%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14756500.970.560.42334.6593.4229.8
Hex93541061382A14f5d1e
Octal22351010141705251713536
Binary10010011101100000101100001111000101010101001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930541; }

 p { color: rgb(147,5,65); }

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

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

 a { background-color: rgb(147,5,65); }

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

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

 span { border-color: rgb(147,5,65); }

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