#941862

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

Shades of Jazzberry Jam #941862

Tints of Jazzberry Jam #941862

Color information

#941862 (or 0x941862) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 18 and 62. RGB value is (148,24,98). Sum of RGB (Red+Green+Blue) = 148+24+98=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #941862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941862 is #6BE79D. Grayscale: #454545. Windows color (decimal): -7071646 or 6428820. OLE color: 6428820.

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

Color convert

RGB1482498-
CMYK00.840.340.42
HSL324.19º72.09%33.73%-
HSV(B)324.19º83.78%58.04%-
XYZ14.747.8312.29-
YUV69.51144.08183.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=54.81%
G=8.89%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148249800.840.340.42324.1972.0933.73
Hex941862054222A1444822
Octal224301420124425250411042
Binary10010100110001100010010101001000101010101010001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941862; }

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

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

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

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

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

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

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

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