Html Css Color HEX #A31551 Jazzberry Jam

📋 copy color: '#A31551'

red 163 ◦ green 21 ◦ blue 81

#A31551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A31551

Tints of Jazzberry Jam #A31551

RGB

 RED value IS 163 (64.06% from 255) = 61.51%

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 61.51%
G = 7.92%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A31551 (or 0xA31551) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 51. RGB value is (163,21,81). Sum of RGB (Red+Green+Blue) = 163+21+81=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A31551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31551 is #5CEAAE. Grayscale: #464646. Windows color (decimal): -6089391 or 5313955. OLE color: 5313955.

HSL color Cylindrical-coordinate representation of color #A31551: hue angle of 334.65º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31551 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 81 -
CMYK 0 0.87 0.50 0.36
HSL 334.65º 0.77% 0.36% -
HSV(B) 334.65º 0.87% 0.64% -
XYZ 16.86 8.92 8.62 -
YUV 70.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 163 21 81 0 0.87 0.50 0.36 334.65 0.77 0.36
Hex A3 15 51 0 57 32 24 14F 4D 24
Octal 243 25 121 0 127 62 44 517 115 44
Binary 10100011 10101 1010001 0 1010111 110010 100100 101001111 1001101 100100

Color Harmonies of #A31551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31551

Black with #A31551

Text Example


Text Example

White with #A31551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31551; }

 p { color: rgb(163,21,81); }

 H1.HeaderClassName
 {
   color: #A31551;
 }
 .AnyTagClassName
 {
   color: #A31551;
 }
</style>

background-color css

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

 a { background-color: rgb(163,21,81); }

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

border-color css

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

 span { border-color: rgb(163,21,81); }

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