Html Css Color HEX #A31550 Jazzberry Jam

📋 copy color: '#A31550'

red 163 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #A31550

Tints of Jazzberry Jam #A31550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 61.74%
G = 7.95%
B = 30.3%

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

#A31550 (or 0xA31550) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 50. RGB value is (163,21,80). Sum of RGB (Red+Green+Blue) = 163+21+80=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A31550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31550 is #5CEAAF. Grayscale: #464646. Windows color (decimal): -6089392 or 5248419. OLE color: 5248419.

HSL color Cylindrical-coordinate representation of color #A31550: hue angle of 335.07º degrees, saturation: 0.77, 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 #A31550 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 80 -
CMYK 0 0.87 0.51 0.36
HSL 335.07º 0.77% 0.36% -
HSV(B) 335.07º 0.87% 0.64% -
XYZ 16.82 8.9 8.42 -
YUV 70.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 163 21 80 0 0.87 0.51 0.36 335.07 0.77 0.36
Hex A3 15 50 0 57 33 24 14F 4D 24
Octal 243 25 120 0 127 63 44 517 115 44
Binary 10100011 10101 1010000 0 1010111 110011 100100 101001111 1001101 100100

Color Harmonies of #A31550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31550

Black with #A31550

Text Example


Text Example

White with #A31550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31550; }

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

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

background-color css

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

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

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

border-color css

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

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

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