#A4276D

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

Shades of Jazzberry Jam #A4276D

Tints of Jazzberry Jam #A4276D

Color information

#A4276D (or 0xA4276D) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 27 and 6D. RGB value is (164,39,109). Sum of RGB (Red+Green+Blue) = 164+39+109=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4276D is #5BD892. Grayscale: #545454. Windows color (decimal): -6019219 or 7153572. OLE color: 7153572.

HSL color Cylindrical-coordinate representation of color #A4276D: hue angle of 326.4º degrees, saturation: 0.62, 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 #A4276D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16439109-
CMYK00.760.340.36
HSL326.4º61.58%39.8%-
HSV(B)326.4º76.22%64.31%-
XYZ18.810.4515.49-
YUV84.36141.91184.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=52.56%
G=12.5%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643910900.760.340.36326.461.5839.8
HexA4276D04C22241463e28
Octal24447155011442445067650
Binary10100100100111110110101001100100010100100101000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4276D; }

 p { color: rgb(164,39,109); }

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

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

 a { background-color: rgb(164,39,109); }

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

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

 span { border-color: rgb(164,39,109); }

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