#910752

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

Shades of Jazzberry Jam #910752

Tints of Jazzberry Jam #910752

Color information

#910752 (or 0x910752) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 07 and 52. RGB value is (145,7,82). Sum of RGB (Red+Green+Blue) = 145+7+82=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #910752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910752 is #6EF8AD. Grayscale: #383838. Windows color (decimal): -7272622 or 5375889. OLE color: 5375889.

HSL color Cylindrical-coordinate representation of color #910752: hue angle of 327.39º 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 #910752 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB145782-
CMYK00.950.430.43
HSL327.39º90.79%29.8%-
HSV(B)327.39º95.17%56.86%-
XYZ13.286.788.59-
YUV56.81142.22190.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=61.97%
G=2.99%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14578200.950.430.43327.3990.7929.8
Hex9175205F2B2B1475b1e
Octal22171220137535350713336
Binary10010001111101001001011111101011101011101000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910752; }

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

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

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

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

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

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

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

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