Html Css Color HEX #A31856 Jazzberry Jam

📋 copy color: '#A31856'

red 163 ◦ green 24 ◦ blue 86

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

Shades of Jazzberry Jam #A31856

Tints of Jazzberry Jam #A31856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 59.71%
G = 8.79%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A31856 (or 0xA31856) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 56. RGB value is (163,24,86). Sum of RGB (Red+Green+Blue) = 163+24+86=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A31856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31856 is #5CE7A9. Grayscale: #484848. Windows color (decimal): -6088618 or 5642403. OLE color: 5642403.

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

Color convert

RGB 163 24 86 -
CMYK 0 0.85 0.47 0.36
HSL 333.24º 0.74% 0.37% -
HSV(B) 333.24º 0.85% 0.64% -
XYZ 17.11 9.11 9.66 -
YUV 72.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 163 24 86 0 0.85 0.47 0.36 333.24 0.74 0.37
Hex A3 18 56 0 55 2F 24 14D 4A 25
Octal 243 30 126 0 125 57 44 515 112 45
Binary 10100011 11000 1010110 0 1010101 101111 100100 101001101 1001010 100101

Color Harmonies of #A31856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31856

Black with #A31856

Text Example


Text Example

White with #A31856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31856; }

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

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

background-color css

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

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

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

border-color css

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

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

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