#910349

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

Shades of Jazzberry Jam #910349

Tints of Jazzberry Jam #910349

Color information

#910349 (or 0x910349) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 03 and 49. RGB value is (145,3,73). Sum of RGB (Red+Green+Blue) = 145+3+73=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #910349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910349 is #6EFCB6. Grayscale: #353535. Windows color (decimal): -7273655 or 4785041. OLE color: 4785041.

HSL color Cylindrical-coordinate representation of color #910349: hue angle of 330.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910349 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB145373-
CMYK00.980.500.43
HSL330.42º95.95%29.02%-
HSV(B)330.42º97.93%56.86%-
XYZ12.916.576.89-
YUV53.44139.04193.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.61%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=65.61%
G=1.36%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14537300.980.500.43330.4295.9529.02
Hex91349062322B14a601d
Octal22131110142625351214035
Binary1001000111100100101100010110010101011101001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910349; }

 p { color: rgb(145,3,73); }

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

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

 a { background-color: rgb(145,3,73); }

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

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

 span { border-color: rgb(145,3,73); }

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