#940542

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

Shades of Jazzberry Jam #940542

Tints of Jazzberry Jam #940542

Color information

#940542 (or 0x940542) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 05 and 42. RGB value is (148,5,66). Sum of RGB (Red+Green+Blue) = 148+5+66=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #940542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940542 is #6BFABD. Grayscale: #363636. Windows color (decimal): -7076542 or 4326804. OLE color: 4326804.

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

Color convert

RGB148566-
CMYK00.970.550.42
HSL334.41º93.46%30%-
HSV(B)334.41º96.62%58.04%-
XYZ13.256.85.77-
YUV54.71134.38194.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.58%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=67.58%
G=2.28%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14856600.970.550.42334.4193.4630
Hex94542061372A14e5d1e
Octal22451020141675251613536
Binary10010100101100001001100001110111101010101001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940542; }

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

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

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

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

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

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

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

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