#910748

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

Shades of Jazzberry Jam #910748

Tints of Jazzberry Jam #910748

Color information

#910748 (or 0x910748) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 07 and 48. RGB value is (145,7,72). Sum of RGB (Red+Green+Blue) = 145+7+72=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #910748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910748 is #6EF8B7. Grayscale: #373737. Windows color (decimal): -7272632 or 4720529. OLE color: 4720529.

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

Color convert

RGB145772-
CMYK00.950.500.43
HSL331.74º90.79%29.8%-
HSV(B)331.74º95.17%56.86%-
XYZ12.926.646.73-
YUV55.67137.22191.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.73%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=64.73%
G=3.12%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14577200.950.500.43331.7490.7929.8
Hex9174805F322B14c5b1e
Octal22171100137625351413336
Binary10010001111100100001011111110010101011101001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910748; }

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

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

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

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

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

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

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

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