#A50744

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

Shades of Jazzberry Jam #A50744

Tints of Jazzberry Jam #A50744

Color information

#A50744 (or 0xA50744) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 07 and 44. RGB value is (165,7,68). Sum of RGB (Red+Green+Blue) = 165+7+68=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50744 is #5AF8BB. Grayscale: #3D3D3D. Windows color (decimal): -5961916 or 4458405. OLE color: 4458405.

HSL color Cylindrical-coordinate representation of color #A50744: hue angle of 336.84º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50744 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB165768-
CMYK00.960.590.35
HSL336.84º91.86%33.73%-
HSV(B)336.84º95.76%64.71%-
XYZ16.648.576.25-
YUV61.2131.85202.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=68.75%
G=2.92%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16576800.960.590.35336.8491.8633.73
HexA57440603B231515c22
Octal24571040140734352113442
Binary101001011111000100011000001110111000111010100011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50744; }

 p { color: rgb(165,7,68); }

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

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

 a { background-color: rgb(165,7,68); }

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

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

 span { border-color: rgb(165,7,68); }

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