#A4024B

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

Shades of Jazzberry Jam #A4024B

Tints of Jazzberry Jam #A4024B

Color information

#A4024B (or 0xA4024B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 02 and 4B. RGB value is (164,2,75). Sum of RGB (Red+Green+Blue) = 164+2+75=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4024B is #5BFDB4. Grayscale: #3A3A3A. Windows color (decimal): -6028725 or 4915876. OLE color: 4915876.

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

Color convert

RGB164275-
CMYK00.990.540.36
HSL332.96º97.59%32.55%-
HSV(B)332.96º98.78%64.31%-
XYZ16.68.447.41-
YUV58.76137.17203.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.05%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=68.05%
G=0.83%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16427500.990.540.36332.9697.5932.55
HexA424B063362414d6221
Octal24421130143664451514241
Binary10100100101001011011000111101101001001010011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4024B; }

 p { color: rgb(164,2,75); }

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

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

 a { background-color: rgb(164,2,75); }

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

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

 span { border-color: rgb(164,2,75); }

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