#910746

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

Shades of Jazzberry Jam #910746

Tints of Jazzberry Jam #910746

Color information

#910746 (or 0x910746) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 07 and 46. RGB value is (145,7,70). Sum of RGB (Red+Green+Blue) = 145+7+70=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #910746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910746 is #6EF8B9. Grayscale: #373737. Windows color (decimal): -7272634 or 4589457. OLE color: 4589457.

HSL color Cylindrical-coordinate representation of color #910746: hue angle of 332.61º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910746 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB145770-
CMYK00.950.520.43
HSL332.61º90.79%29.8%-
HSV(B)332.61º95.17%56.86%-
XYZ12.866.616.39-
YUV55.44136.22191.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.32%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=65.32%
G=3.15%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14577000.950.520.43332.6190.7929.8
Hex9174605F342B14d5b1e
Octal22171060137645351513336
Binary10010001111100011001011111110100101011101001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910746; }

 p { color: rgb(145,7,70); }

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

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

 a { background-color: rgb(145,7,70); }

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

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

 span { border-color: rgb(145,7,70); }

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