#A3135C

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

Shades of Jazzberry Jam #A3135C

Tints of Jazzberry Jam #A3135C

Color information

#A3135C (or 0xA3135C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 5C. RGB value is (163,19,92). Sum of RGB (Red+Green+Blue) = 163+19+92=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3135C is #5CECA3. Grayscale: #464646. Windows color (decimal): -6089892 or 6034339. OLE color: 6034339.

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

Color convert

RGB1631992-
CMYK00.880.440.36
HSL329.58º79.12%35.69%-
HSV(B)329.58º88.34%63.92%-
XYZ17.279.0210.96-
YUV70.38140.21194.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=59.49%
G=6.93%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163199200.880.440.36329.5879.1235.69
HexA3135C0582C2414a4f24
Octal243231340130544451211744
Binary10100011100111011100010110001011001001001010010101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3135C; }

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

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

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

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

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

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

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

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