#941461

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

Shades of Jazzberry Jam #941461

Tints of Jazzberry Jam #941461

Color information

#941461 (or 0x941461) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 14 and 61. RGB value is (148,20,97). Sum of RGB (Red+Green+Blue) = 148+20+97=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #941461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941461 is #6BEB9E. Grayscale: #424242. Windows color (decimal): -7072671 or 6362260. OLE color: 6362260.

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

Color convert

RGB1482097-
CMYK00.860.340.42
HSL323.91º76.19%32.94%-
HSV(B)323.91º86.49%58.04%-
XYZ14.627.6612.02-
YUV67.05144.91185.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=55.85%
G=7.55%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148209700.860.340.42323.9176.1932.94
Hex941461056222A1444c21
Octal224241410126425250411441
Binary10010100101001100001010101101000101010101010001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941461; }

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

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

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

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

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

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

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

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