#A31B5B

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

Shades of Jazzberry Jam #A31B5B

Tints of Jazzberry Jam #A31B5B

Color information

#A31B5B (or 0xA31B5B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 5B. RGB value is (163,27,91). Sum of RGB (Red+Green+Blue) = 163+27+91=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B5B is #5CE4A4. Grayscale: #4A4A4A. Windows color (decimal): -6087845 or 5970851. OLE color: 5970851.

HSL color Cylindrical-coordinate representation of color #A31B5B: hue angle of 331.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B5B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1632791-
CMYK00.830.440.36
HSL331.76º71.58%37.25%-
HSV(B)331.76º83.44%63.92%-
XYZ17.389.3310.78-
YUV74.96137.06190.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=58.01%
G=9.61%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163279100.830.440.36331.7671.5837.25
HexA31B5B0532C2414c4825
Octal243331330123544451411045
Binary10100011110111011011010100111011001001001010011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B5B; }

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

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

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

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

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

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

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

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