#941456

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

Shades of Jazzberry Jam #941456

Tints of Jazzberry Jam #941456

Color information

#941456 (or 0x941456) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 14 and 56. RGB value is (148,20,86). Sum of RGB (Red+Green+Blue) = 148+20+86=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #941456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941456 is #6BEBA9. Grayscale: #414141. Windows color (decimal): -7072682 or 5641364. OLE color: 5641364.

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

Color convert

RGB1482086-
CMYK00.860.420.42
HSL329.06º76.19%32.94%-
HSV(B)329.06º86.49%58.04%-
XYZ14.147.479.5-
YUV65.8139.41186.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=58.27%
G=7.87%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148208600.860.420.42329.0676.1932.94
Hex9414560562A2A1494c21
Octal224241260126525251111441
Binary10010100101001010110010101101010101010101010010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941456; }

 p { color: rgb(148,20,86); }

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

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

 a { background-color: rgb(148,20,86); }

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

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

 span { border-color: rgb(148,20,86); }

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