#A4035F

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

Shades of Jazzberry Jam #A4035F

Tints of Jazzberry Jam #A4035F

Color information

#A4035F (or 0xA4035F) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 03 and 5F. RGB value is (164,3,95). Sum of RGB (Red+Green+Blue) = 164+3+95=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4035F is #5BFCA0. Grayscale: #3D3D3D. Windows color (decimal): -6028449 or 6226852. OLE color: 6226852.

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

Color convert

RGB164395-
CMYK00.980.420.36
HSL325.71º96.41%32.75%-
HSV(B)325.71º98.17%64.31%-
XYZ17.418.7811.6-
YUV61.63146.84201.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=62.60%
G=1.15%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16439500.980.420.36325.7196.4132.75
HexA435F0622A241466021
Octal24431370142524450614041
Binary10100100111011111011000101010101001001010001101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4035F; }

 p { color: rgb(164,3,95); }

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

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

 a { background-color: rgb(164,3,95); }

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

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

 span { border-color: rgb(164,3,95); }

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