Html Css Color HEX #A31455 Jazzberry Jam

📋 copy color: '#A31455'

red 163 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #A31455

Tints of Jazzberry Jam #A31455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 60.82%
G = 7.46%
B = 31.72%

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

#A31455 (or 0xA31455) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 55. RGB value is (163,20,85). Sum of RGB (Red+Green+Blue) = 163+20+85=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A31455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31455 is #5CEBAA. Grayscale: #464646. Windows color (decimal): -6089643 or 5575843. OLE color: 5575843.

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

Color convert

RGB 163 20 85 -
CMYK 0 0.88 0.48 0.36
HSL 332.73º 0.78% 0.36% -
HSV(B) 332.73º 0.88% 0.64% -
XYZ 16.99 8.94 9.42 -
YUV 70.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 163 20 85 0 0.88 0.48 0.36 332.73 0.78 0.36
Hex A3 14 55 0 58 30 24 14D 4E 24
Octal 243 24 125 0 130 60 44 515 116 44
Binary 10100011 10100 1010101 0 1011000 110000 100100 101001101 1001110 100100

Color Harmonies of #A31455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31455

Black with #A31455

Text Example


Text Example

White with #A31455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31455; }

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

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

background-color css

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

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

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

border-color css

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

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

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