#A31B5C

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

Shades of Jazzberry Jam #A31B5C

Tints of Jazzberry Jam #A31B5C

Color information

#A31B5C (or 0xA31B5C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 5C. RGB value is (163,27,92). Sum of RGB (Red+Green+Blue) = 163+27+92=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B5C is #5CE4A3. Grayscale: #4A4A4A. Windows color (decimal): -6087844 or 6036387. OLE color: 6036387.

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

Color convert

RGB1632792-
CMYK00.830.440.36
HSL331.32º71.58%37.25%-
HSV(B)331.32º83.44%63.92%-
XYZ17.439.3411.01-
YUV75.07137.56190.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=57.80%
G=9.57%
B=32.62%

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
Decimal163279200.830.440.36331.3271.5837.25
HexA31B5C0532C2414b4825
Octal243331340123544451311045
Binary10100011110111011100010100111011001001001010010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B5C; }

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

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

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

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

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

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

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

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