#940548

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

Shades of Jazzberry Jam #940548

Tints of Jazzberry Jam #940548

Color information

#940548 (or 0x940548) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 05 and 48. RGB value is (148,5,72). Sum of RGB (Red+Green+Blue) = 148+5+72=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #940548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940548 is #6BFAB7. Grayscale: #373737. Windows color (decimal): -7076536 or 4720020. OLE color: 4720020.

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

Color convert

RGB148572-
CMYK00.970.510.42
HSL331.89º93.46%30%-
HSV(B)331.89º96.62%58.04%-
XYZ13.446.876.75-
YUV55.4137.38194.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.78%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 72 (28.52% from 255) = 32%
R=65.78%
G=2.22%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14857200.970.510.42331.8993.4630
Hex94548061332A14c5d1e
Octal22451100141635251413536
Binary10010100101100100001100001110011101010101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940548; }

 p { color: rgb(148,5,72); }

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

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

 a { background-color: rgb(148,5,72); }

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

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

 span { border-color: rgb(148,5,72); }

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