#A91348

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

Shades of Jazzberry Jam #A91348

Tints of Jazzberry Jam #A91348

Color information

#A91348 (or 0xA91348) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 13 and 48. RGB value is (169,19,72). Sum of RGB (Red+Green+Blue) = 169+19+72=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A91348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91348 is #56ECB7. Grayscale: #454545. Windows color (decimal): -5696696 or 4723625. OLE color: 4723625.

HSL color Cylindrical-coordinate representation of color #A91348: hue angle of 338.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91348 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1691972-
CMYK00.890.570.34
HSL338.8º79.79%36.86%-
HSV(B)338.8º88.76%66.27%-
XYZ17.769.377-
YUV69.89129.2198.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65%
GREEN value IS 19 (7.81% from 255) = 7.31%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=65%
G=7.31%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169197200.890.570.34338.879.7936.86
HexA9134805939221535025
Octal251231100131714252312045
Binary10101001100111001000010110011110011000101010100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91348; }

 p { color: rgb(169,19,72); }

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

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

 a { background-color: rgb(169,19,72); }

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

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

 span { border-color: rgb(169,19,72); }

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