#A3135B

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

Shades of Jazzberry Jam #A3135B

Tints of Jazzberry Jam #A3135B

Color information

#A3135B (or 0xA3135B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 5B. RGB value is (163,19,91). Sum of RGB (Red+Green+Blue) = 163+19+91=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3135B is #5CECA4. Grayscale: #464646. Windows color (decimal): -6089893 or 5968803. OLE color: 5968803.

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

Color convert

RGB1631991-
CMYK00.880.440.36
HSL330º79.12%35.69%-
HSV(B)330º88.34%63.92%-
XYZ17.239.0110.73-
YUV70.26139.71194.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=59.71%
G=6.96%
B=33.33%

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
Decimal163199100.880.440.3633079.1235.69
HexA3135B0582C2414a4f24
Octal243231330130544451211744
Binary10100011100111011011010110001011001001001010010101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3135B; }

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

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

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

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

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

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

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

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