Html Css Color HEX #A31955 Jazzberry Jam

📋 copy color: '#A31955'

red 163 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #A31955

Tints of Jazzberry Jam #A31955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 59.71%
G = 9.16%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A31955 (or 0xA31955) is known color: Jazzberry Jam. HEX triplet: A3, 19 and 55. RGB value is (163,25,85). Sum of RGB (Red+Green+Blue) = 163+25+85=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A31955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31955 is #5CE6AA. Grayscale: #494949. Windows color (decimal): -6088363 or 5577123. OLE color: 5577123.

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

Color convert

RGB 163 25 85 -
CMYK 0 0.85 0.48 0.36
HSL 333.91º 0.73% 0.37% -
HSV(B) 333.91º 0.85% 0.64% -
XYZ 17.09 9.14 9.46 -
YUV 73.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 163 25 85 0 0.85 0.48 0.36 333.91 0.73 0.37
Hex A3 19 55 0 55 30 24 14E 49 25
Octal 243 31 125 0 125 60 44 516 111 45
Binary 10100011 11001 1010101 0 1010101 110000 100100 101001110 1001001 100101

Color Harmonies of #A31955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31955

Black with #A31955

Text Example


Text Example

White with #A31955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31955; }

 p { color: rgb(163,25,85); }

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

background-color css

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

 a { background-color: rgb(163,25,85); }

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

border-color css

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

 span { border-color: rgb(163,25,85); }

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