#941256

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

Shades of Jazzberry Jam #941256

Tints of Jazzberry Jam #941256

Color information

#941256 (or 0x941256) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 12 and 56. RGB value is (148,18,86). Sum of RGB (Red+Green+Blue) = 148+18+86=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #941256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941256 is #6BEDA9. Grayscale: #404040. Windows color (decimal): -7073194 or 5640852. OLE color: 5640852.

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

Color convert

RGB1481886-
CMYK00.880.420.42
HSL328.62º78.31%32.55%-
HSV(B)328.62º87.84%58.04%-
XYZ14.117.49.49-
YUV64.62140.07187.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=58.73%
G=7.14%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148188600.880.420.42328.6278.3132.55
Hex9412560582A2A1494e21
Octal224221260130525251111641
Binary10010100100101010110010110001010101010101010010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941256; }

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

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

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

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

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

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

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

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