#941362

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

Shades of Jazzberry Jam #941362

Tints of Jazzberry Jam #941362

Color information

#941362 (or 0x941362) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 13 and 62. RGB value is (148,19,98). Sum of RGB (Red+Green+Blue) = 148+19+98=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #941362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941362 is #6BEC9D. Grayscale: #424242. Windows color (decimal): -7072926 or 6427540. OLE color: 6427540.

HSL color Cylindrical-coordinate representation of color #941362: hue angle of 323.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941362 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1481998-
CMYK00.870.340.42
HSL323.26º77.25%32.75%-
HSV(B)323.26º87.16%58.04%-
XYZ14.657.6412.26-
YUV66.58145.74186.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=55.85%
G=7.17%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148199800.870.340.42323.2677.2532.75
Hex941362057222A1434d21
Octal224231420127425250311541
Binary10010100100111100010010101111000101010101010000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941362; }

 p { color: rgb(148,19,98); }

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

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

 a { background-color: rgb(148,19,98); }

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

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

 span { border-color: rgb(148,19,98); }

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