Html Css Color HEX #A31354 Jazzberry Jam

📋 copy color: '#A31354'

red 163 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #A31354

Tints of Jazzberry Jam #A31354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 61.28%
G = 7.14%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A31354 (or 0xA31354) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 54. RGB value is (163,19,84). Sum of RGB (Red+Green+Blue) = 163+19+84=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A31354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31354 is #5CECAB. Grayscale: #454545. Windows color (decimal): -6089900 or 5510051. OLE color: 5510051.

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

Color convert

RGB 163 19 84 -
CMYK 0 0.88 0.48 0.36
HSL 332.92º 0.79% 0.36% -
HSV(B) 332.92º 0.88% 0.64% -
XYZ 16.94 8.89 9.21 -
YUV 69.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 163 19 84 0 0.88 0.48 0.36 332.92 0.79 0.36
Hex A3 13 54 0 58 30 24 14D 4F 24
Octal 243 23 124 0 130 60 44 515 117 44
Binary 10100011 10011 1010100 0 1011000 110000 100100 101001101 1001111 100100

Color Harmonies of #A31354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31354

Black with #A31354

Text Example


Text Example

White with #A31354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31354; }

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

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

background-color css

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

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

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

border-color css

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

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

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