Html Css Color HEX #A31256 Jazzberry Jam

📋 copy color: '#A31256'

red 163 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #A31256

Tints of Jazzberry Jam #A31256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 61.05%
G = 6.74%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A31256 (or 0xA31256) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 56. RGB value is (163,18,86). Sum of RGB (Red+Green+Blue) = 163+18+86=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31256 is #5CEDA9. Grayscale: #444444. Windows color (decimal): -6090154 or 5640867. OLE color: 5640867.

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

Color convert

RGB 163 18 86 -
CMYK 0 0.89 0.47 0.36
HSL 331.86º 0.8% 0.35% -
HSV(B) 331.86º 0.89% 0.64% -
XYZ 17 8.89 9.62 -
YUV 69.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 163 18 86 0 0.89 0.47 0.36 331.86 0.8 0.35
Hex A3 12 56 0 59 2F 24 14C 50 23
Octal 243 22 126 0 131 57 44 514 120 43
Binary 10100011 10010 1010110 0 1011001 101111 100100 101001100 1010000 100011

Color Harmonies of #A31256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31256

Black with #A31256

Text Example


Text Example

White with #A31256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31256; }

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

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

background-color css

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

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

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

border-color css

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

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

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