#A52363

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

Shades of Jazzberry Jam #A52363

Tints of Jazzberry Jam #A52363

Color information

#A52363 (or 0xA52363) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 23 and 63. RGB value is (165,35,99). Sum of RGB (Red+Green+Blue) = 165+35+99=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52363 is #5ADC9C. Grayscale: #515151. Windows color (decimal): -5954717 or 6497189. OLE color: 6497189.

HSL color Cylindrical-coordinate representation of color #A52363: hue angle of 330.46º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52363 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1653599-
CMYK00.790.400.35
HSL330.46º65%39.22%-
HSV(B)330.46º78.79%64.71%-
XYZ18.3710.112.79-
YUV81.17138.07187.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=55.18%
G=11.71%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165359900.790.400.35330.466539.22
HexA5236304F282314a4127
Octal245431430117504351210147
Binary101001011000111100011010011111010001000111010010101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52363; }

 p { color: rgb(165,35,99); }

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

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

 a { background-color: rgb(165,35,99); }

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

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

 span { border-color: rgb(165,35,99); }

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