#A4135F

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

Shades of Jazzberry Jam #A4135F

Tints of Jazzberry Jam #A4135F

Color information

#A4135F (or 0xA4135F) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 13 and 5F. RGB value is (164,19,95). Sum of RGB (Red+Green+Blue) = 164+19+95=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4135F is #5BECA0. Grayscale: #464646. Windows color (decimal): -6024353 or 6230948. OLE color: 6230948.

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

Color convert

RGB1641995-
CMYK00.880.420.36
HSL328.55º79.23%35.88%-
HSV(B)328.55º88.41%64.31%-
XYZ17.619.1811.67-
YUV71.02141.54194.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=58.99%
G=6.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164199500.880.420.36328.5579.2335.88
HexA4135F0582A241494f24
Octal244231370130524451111744
Binary10100100100111011111010110001010101001001010010011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4135F; }

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

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

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

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

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

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

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

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