Html Css Color HEX #A31356 Jazzberry Jam

📋 copy color: '#A31356'

red 163 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #A31356

Tints of Jazzberry Jam #A31356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 60.82%
G = 7.09%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A31356 (or 0xA31356) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 56. RGB value is (163,19,86). Sum of RGB (Red+Green+Blue) = 163+19+86=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A31356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31356 is #5CECA9. Grayscale: #454545. Windows color (decimal): -6089898 or 5641123. OLE color: 5641123.

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

Color convert

RGB 163 19 86 -
CMYK 0 0.88 0.47 0.36
HSL 332.08º 0.79% 0.36% -
HSV(B) 332.08º 0.88% 0.64% -
XYZ 17.02 8.92 9.63 -
YUV 69.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 163 19 86 0 0.88 0.47 0.36 332.08 0.79 0.36
Hex A3 13 56 0 58 2F 24 14C 4F 24
Octal 243 23 126 0 130 57 44 514 117 44
Binary 10100011 10011 1010110 0 1011000 101111 100100 101001100 1001111 100100

Color Harmonies of #A31356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31356

Black with #A31356

Text Example


Text Example

White with #A31356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31356; }

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

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

background-color css

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

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

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

border-color css

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

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

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