#A3276F

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

Shades of Jazzberry Jam #A3276F

Tints of Jazzberry Jam #A3276F

Color information

#A3276F (or 0xA3276F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 27 and 6F. RGB value is (163,39,111). Sum of RGB (Red+Green+Blue) = 163+39+111=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3276F is #5CD890. Grayscale: #545454. Windows color (decimal): -6084753 or 7284643. OLE color: 7284643.

HSL color Cylindrical-coordinate representation of color #A3276F: hue angle of 325.16º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3276F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16339111-
CMYK00.760.320.36
HSL325.16º61.39%39.61%-
HSV(B)325.16º76.07%63.92%-
XYZ18.710.3916.06-
YUV84.28143.08184.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=52.08%
G=12.46%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633911100.760.320.36325.1661.3939.61
HexA3276F04C20241453d28
Octal24347157011440445057550
Binary10100011100111110111101001100100000100100101000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3276F; }

 p { color: rgb(163,39,111); }

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

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

 a { background-color: rgb(163,39,111); }

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

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

 span { border-color: rgb(163,39,111); }

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