#A4053D

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

Shades of Jazzberry Jam #A4053D

Tints of Jazzberry Jam #A4053D

Color information

#A4053D (or 0xA4053D) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 05 and 3D. RGB value is (164,5,61). Sum of RGB (Red+Green+Blue) = 164+5+61=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053D is #5BFAC2. Grayscale: #3A3A3A. Windows color (decimal): -6027971 or 3999140. OLE color: 3999140.

HSL color Cylindrical-coordinate representation of color #A4053D: hue angle of 338.87º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4053D is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB164561-
CMYK00.970.630.36
HSL338.87º94.08%33.14%-
HSV(B)338.87º96.95%64.31%-
XYZ16.218.345.17-
YUV58.92129.18202.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.30%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=71.30%
G=2.17%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16456100.970.630.36338.8794.0833.14
HexA453D0613F241535e21
Octal2445750141774452313641
Binary10100100101111101011000011111111001001010100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4053D; }

 p { color: rgb(164,5,61); }

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

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

 a { background-color: rgb(164,5,61); }

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

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

 span { border-color: rgb(164,5,61); }

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