#A3135A

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

Shades of Jazzberry Jam #A3135A

Tints of Jazzberry Jam #A3135A

Color information

#A3135A (or 0xA3135A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 5A. RGB value is (163,19,90). Sum of RGB (Red+Green+Blue) = 163+19+90=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3135A is #5CECA5. Grayscale: #464646. Windows color (decimal): -6089894 or 5903267. OLE color: 5903267.

HSL color Cylindrical-coordinate representation of color #A3135A: hue angle of 330.42º 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 #A3135A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1631990-
CMYK00.880.450.36
HSL330.42º79.12%35.69%-
HSV(B)330.42º88.34%63.92%-
XYZ17.188.9910.5-
YUV70.15139.21194.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=59.93%
G=6.99%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163199000.880.450.36330.4279.1235.69
HexA3135A0582D2414a4f24
Octal243231320130554451211744
Binary10100011100111011010010110001011011001001010010101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3135A; }

 p { color: rgb(163,19,90); }

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

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

 a { background-color: rgb(163,19,90); }

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

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

 span { border-color: rgb(163,19,90); }

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