Html Css Color HEX #A31650 Jazzberry Jam

📋 copy color: '#A31650'

red 163 ◦ green 22 ◦ blue 80

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

Shades of Jazzberry Jam #A31650

Tints of Jazzberry Jam #A31650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 61.51%
G = 8.3%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A31650 (or 0xA31650) is known color: Jazzberry Jam. HEX triplet: A3, 16 and 50. RGB value is (163,22,80). Sum of RGB (Red+Green+Blue) = 163+22+80=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A31650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31650 is #5CE9AF. Grayscale: #464646. Windows color (decimal): -6089136 or 5248675. OLE color: 5248675.

HSL color Cylindrical-coordinate representation of color #A31650: hue angle of 335.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31650 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 80 -
CMYK 0 0.87 0.51 0.36
HSL 335.32º 0.76% 0.36% -
HSV(B) 335.32º 0.87% 0.64% -
XYZ 16.84 8.94 8.43 -
YUV 70.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 163 22 80 0 0.87 0.51 0.36 335.32 0.76 0.36
Hex A3 16 50 0 57 33 24 14F 4C 24
Octal 243 26 120 0 127 63 44 517 114 44
Binary 10100011 10110 1010000 0 1010111 110011 100100 101001111 1001100 100100

Color Harmonies of #A31650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31650

Black with #A31650

Text Example


Text Example

White with #A31650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31650; }

 p { color: rgb(163,22,80); }

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

background-color css

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

 a { background-color: rgb(163,22,80); }

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

border-color css

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

 span { border-color: rgb(163,22,80); }

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